exception-handling icon indicating copy to clipboard operation
exception-handling copied to clipboard

rethrow.wast test can be passed by ignoring labelidx

Open keithw opened this issue 3 years ago • 0 comments

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.

keithw avatar May 23 '22 09:05 keithw