-
Notifications
You must be signed in to change notification settings - Fork 726
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
Issue with br labels in the JS build #915
Comments
When I copy this in to the wat2wasm demo it seems to produce the correct output. I think I see the problem, though -- if I modify
So it seems like you should be able to fix by calling |
Thanks binji, makes sense. Linked your solution on the original issue :) |
Now that I think of it, this should be clearer in the API as well. In C++ there is an assertion that |
Somehow, a module in text format like
becomes
after parsing with libwabt.js. Note the invalid pointer value instead of the label on the
br
. Any ideas?See: wasmerio/vscode-wasm#14 (comment)
The text was updated successfully, but these errors were encountered: