wasm-ops
wasm-ops copied to clipboard
please make EH opcode clear
I do not know how EH works and only your https://pengowray.github.io/wasm-ops/
tells exactly how the instruction works.
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.