WebAssembly / exception-handling

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

Clarify descriptions of control flow operators #340

Closed Liedtke closed 5 days ago

Liedtke commented 5 days ago

I stumbled upon the exnref mentioning in the rethrow. I also slightly adapted the description for the delegate as it sounds like the delegate was opening a new block while it finishes / ends the current try block.