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? # for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? # to your account
Why a Wasm web project created by wasm-bindgen with the parameter --reference-types fails once it's optimized by wasm-opt?
wasm-bindgen
--reference-types
Uncaught (in promise) RangeError: WebAssembly.Table.grow(): failed to grow table by 4
wasm-opt
Thank you!
The text was updated successfully, but these errors were encountered:
I have added an MRE for this issue over here: WebAssembly/binaryen#4711 (comment)
Sorry, something went wrong.
@MartinKavik I think this issue can be closed now that WebAssembly/binaryen#4736 has been merged.
No branches or pull requests
Summary
Why a Wasm web project created by
wasm-bindgen
with the parameter--reference-types
fails once it's optimized by wasm-opt?Additional Details
Uncaught (in promise) RangeError: WebAssembly.Table.grow(): failed to grow table by 4
.wasm-opt
bug,wasm-bindgen
bug or an unlucky combination caused by both tools.Thank you!
The text was updated successfully, but these errors were encountered: