issues
search
WebAssembly
/
reference-types
Proposal for adding basic reference types (anyref)
https://webassembly.github.io/reference-types/
Other
162
stars
40
forks
source link
[tests] Fix various spec tests
#95
Closed
gahaas
closed
4 years ago
gahaas
commented
4 years ago
This PR fixes some issues in the spec tests:
Add missing functions to the default import object of the spec tests;
Adjust the byte encoding of a test in the binary-leb128.wast to test multi-byte table indices in element segments.
This PR fixes some issues in the spec tests: