wabt icon indicating copy to clipboard operation
wabt copied to clipboard

[EH] Fix exnref's opcode

Open aheejin opened this issue 1 year ago • 3 comments
trafficstars

exnref's opcode is -0x17: https://github.com/WebAssembly/exception-handling/blob/main/proposals/exception-handling/Exceptions.md#exnref

aheejin avatar Oct 20 '24 07:10 aheejin

cc @SoniEx2

aheejin avatar Oct 20 '24 07:10 aheejin

uh wait what? we thought we pulled that from the spec, not the explainer... (but we may also have misread something)

SoniEx2 avatar Oct 20 '24 09:10 SoniEx2

oh huh that is in the spec... well, anyway, LGTM.

SoniEx2 avatar Oct 20 '24 10:10 SoniEx2

added this to the (long) list of missing upstream tests at https://github.com/WebAssembly/exception-handling/issues/333

SoniEx2 avatar Nov 30 '24 18:11 SoniEx2