Skip to content

Commit

Permalink
Merge pull request #482 from fitzgen/patch-2
Browse files Browse the repository at this point in the history
Fix off-by-one length in `binary-gc.wast`
  • Loading branch information
rossberg authored Nov 11, 2023
2 parents bf5679d + 8b512dd commit 4825e74
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/core/gc/binary-gc.wast
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
(module binary
"\00asm" "\01\00\00\00"
"\01" ;; Type section id
"\05" ;; Type section length
"\04" ;; Type section length
"\01" ;; Types vector length
"\5e" ;; Array type, -0x22
"\78" ;; Storage type: i8 or -0x08
Expand Down

0 comments on commit 4825e74

Please sign in to comment.