WebAssembly / exception-handling

Proposal to add exception handling to WebAssembly
https://webassembly.github.io/exception-handling/
Other
162 stars 35 forks source link

Correct definition of instruction block execution semantics #329

Closed CharlieTap closed 2 months ago

CharlieTap commented 2 months ago

I found this whilst implementing the spec, I could tell something was off as the definition of exiting the instruction block mentions you pop the label first and then the handler which was inconsistent.