This repository was archived by the owner on Apr 25, 2025. It is now read-only.
This repository was archived by the owner on Apr 25, 2025. It is now read-only.
rethrow semantics question #259
Open
Description
i'm reading https://github.com/WebAssembly/exception-handling/blob/main/proposals/exception-handling/Exceptions.md#rethrowing-an-exception
how the following should work was not clear to me.
try
catch
try
try
catch
rethrow 2
end
catch ;; can this catch the rethrown exception?
end
;; or, does the above rethrow work as if it was "rethrow 0" here?
end
Metadata
Metadata
Assignees
Labels
No labels