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.wast test can be passed by ignoring labelidx #209
Open
Description
It's possible to pass the current rethrow test (https://github.com/WebAssembly/exception-handling/blob/main/test/core/rethrow.wast) with an implementation that ignores the labelidx
and always rethrows the innermost (or outermost, or an arbitrary...) caught exception.
It would be good to test that the implementation rethrows the correct caught exception.
Metadata
Metadata
Assignees
Labels
No labels