Skip to content
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
@yamt

Description

@yamt

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

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions