WebAssembly / spec

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

[interpreter] Refactor parser to handle select & call_indirect correctly #1567

Closed rossberg closed 1 year ago

rossberg commented 1 year ago

Fix #1566.

nagisa commented 1 year ago

I’ll test this out shortly (hopefully tomorrow.)