wabt
wabt copied to clipboard
wasm2c: implement the reference-types proposal
~~(This PR is sequenced behind #1875, #1814, #1877 and #1999.)~~
This PR adds support for the reference-types proposal (per https://github.com/WebAssembly/wabt/pull/1853#issuecomment-1062094906). This makes it possible to run all of the non-SIMD spec tests in the current testsuite.
Closes #1737. Closes #1985.