pengowray / wasm-ops

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

Update exception handling opcodes #4

Closed nokotan closed 2 years ago

nokotan commented 2 years ago

There is an update to WebAssembly Exception Handling proposal.

The br_on_exn opcode is removed, delegate (0x18) and catch_all (0x19) has been added.