WebAssembly / exception-handling

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

add a test case #326

Closed yamt closed 2 months ago

yamt commented 2 months ago

some runtimes implement tag matching as the equality of tag indexes. (cf. https://github.com/bytecodealliance/wasm-micro-runtime/issues/3109) i believe it's a wrong interpreteation of the spec. this test case ensures a failure on such implementations.