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
In #3906 we had to pin wasm-bindgen to a version smaller than 0.2.85 because of newly introduced build failures.
wasm-bindgen
0.2.85
The cause is described here: rustwasm/wasm-bindgen#3415
The only way to fix this is to get rid of the stdweb dependency (because stdweb hasn't been maintained for years).
stdweb
The text was updated successfully, but these errors were encountered:
Fixed in #4138.
Sorry, something went wrong.
Michael-F-Bryan
No branches or pull requests
In #3906 we had to pin
wasm-bindgen
to a version smaller than0.2.85
because of newly introduced build failures.The cause is described here: rustwasm/wasm-bindgen#3415
The only way to fix this is to get rid of the
stdweb
dependency (becausestdweb
hasn't been maintained for years).The text was updated successfully, but these errors were encountered: