pengowray / wasm-ops

Chart of WebAssembly Instructions
https://pengowray.github.io/wasm-ops/
Apache License 2.0
89 stars 8 forks source link

please make EH opcode clear #10

Open trcrsired opened 5 months ago

trcrsired commented 5 months ago

I do not know how EH works and only your https://pengowray.github.io/wasm-ops/

tells exactly how the instruction works.

pengowray commented 5 months ago

Please see the official spec for details of the error handling proposal: (also listed at the bottom of the page)

https://github.com/WebAssembly/exception-handling/blob/main/proposals/exception-handling/Exceptions.md

I don't think the op code table is even up to date with the most recent version.

If you, or anyone else, has suggestions for updating the table with descriptions and updated op codes, it would be welcome.