pengowray / wasm-ops

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

add try_table/throw_ref instr #11

Closed nokotan closed 5 months ago

nokotan commented 5 months ago

try_table/throw_ref has been introduced in exception handing proposal v4.

Probably related: #10