You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Apr 25, 2025. It is now read-only.
actch | 0x00 | tag : varuint32, label : varuint32
catch_ref | 0x01 | tag : varuint32, label : varuint32
catch_all | 0x02 | label : varuint32
catch_all_ref | 0x03 | label : varuint32
https://github.com/WebAssembly/exception-handling/blob/main/proposals/exception-handling/Exceptions.md
It looks quite weird why the opcode of catch is 0x00. How does that work?