Skip to content

Commit

Permalink
[test] Fix alignment of i32.store instruction (WebAssembly#1312)
Browse files Browse the repository at this point in the history
  • Loading branch information
gumb0 committed Apr 19, 2021
1 parent 7cfe091 commit 59cd51e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/core/binary.wast
Original file line number Diff line number Diff line change
Expand Up @@ -735,7 +735,7 @@
"\41\00" ;; i32.const 0
"\41\03" ;; i32.const 3
"\36" ;; i32.store
"\03" ;; alignment 2
"\02" ;; alignment 2
"\82\80\80\80\10" ;; offset 2 with unused bits set
"\0b" ;; end
)
Expand Down

0 comments on commit 59cd51e

Please sign in to comment.