You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Dec 22, 2021. It is now read-only.
* [spec] automate instruction index rebuild (#1259)
* [test] Add test for malformed functype (#1254)
* [test] Correct tests for missing elements (#1251)
Remove the code section in tests for malformed element section.
Otherwise the code section id (0x0a) is taken as an element's table
index what is a validation error.
This is similar to the previously reported issue:
WebAssembly/spec#1170.
* [test] Add tests for data segment with memidx 1 (#1249)
* [test] Correct i32.store alignment in a LEB128 test (#1261)
In the binary-leb128.wast, change the alignment of an i32.store
instruction from 3 (invalid) to 2 (the intention suggested by the
comment).
Co-authored-by: Andreas Rossberg <[email protected]>
Co-authored-by: Paweł Bylica <[email protected]>
0 commit comments