spec
spec copied to clipboard
[test][harness] Add table64 to the JS spectest definitions
It's already present in spec interpreter and the lack of it causes some WPT tests to fail.
Which tests?
Which tests?
At least the memory64/table64.wast on line 13 imports table64 from spectest.
The imported web platform tests use the async_index.js file and the lack of this symbols causes both Chrome and Firefox to fail this test (Test 39 on https://wpt.fyi/results/wasm/core/memory64/table64.wast.js.html)