WebAssembly / spec

WebAssembly specification, reference interpreter, and test suite.
https://webassembly.github.io/spec/
Other
3.13k stars 445 forks source link

Test the abbreviated forms of table.{get,set,size,grow,fill} #1582

Closed keithw closed 1 year ago

keithw commented 1 year ago

These weren't being exercised in the testsuite, and some parsers (including WABT) can't currently parse them.

(The abbreviations for table.copy and table.init are already tested in bulk.wast.)