-
Notifications
You must be signed in to change notification settings - Fork 699
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
wast2json
fails to parse if.wast
from latest testsuite
#2347
Comments
Yes, here is the upstream addition to the testsuite: WebAssembly/spec#1682 Will have to take a look at the WAT parser (wasm-tools already fixed this here, which maybe we can use as inspiration: bytecodealliance/wasm-tools#1215). Unfortunately this isn't the only change in the testsuite repo that will cause issues; the new testsuite also upgrades the exception-handling proposal to "v4" of that proposal (adding try_table, eliminating try_catch & try_delegate, and restoring exnref), which is going to require a bunch of work in the text/binary readers and writers, interpreter, and wasm2c to support |
Thanks for the quick turnaround! |
Not really -- if this is something users are clamoring for, we could cut a release right now. |
Just nice to have from my side, I'm not blocked 👍 |
Hi 👋 and thanks for the super-helpful project!
On my Mac I ca reproduce as follows (in a tmp folder):
Produces the unexpected result:
The regression seems to be caused by this diff:
WebAssembly/testsuite@26d62d0#diff-76c78c41ca3eaa954f864741d9462243de307c6e0ca747b7bcab93fba9767837
The text was updated successfully, but these errors were encountered: