We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
The following WAT code:
(module (func (param eqref) (result externref) (ref.cast externref (local.get 0))))
crash the assembler with the following message:
Assertion failed: isRef() (/src/src/wasm/wasm-type.cpp: getHeapType: 930)
The problem is the cast to externref. The assembler should probably print an error message.
externref
The crash was reproduced on the main branch (commit 22c28bd).
The text was updated successfully, but these errors were encountered:
Thanks @hgruniaux , I opened #6741 with a fix.
Sorry, something went wrong.
353e19e
kripken
Successfully merging a pull request may close this issue.
The following WAT code:
crash the assembler with the following message:
The problem is the cast to
externref
. The assembler should probably print an error message.The crash was reproduced on the main branch (commit 22c28bd).
The text was updated successfully, but these errors were encountered: