-
Notifications
You must be signed in to change notification settings - Fork 13
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
"Rust WASM toolchain not installed, please install it!" error while building substrate-node-template #32
Comments
Can you rerun these commands? https://substrate.dev/docs/en/knowledgebase/getting-started/#webassembly-compilation |
The result was like this. Not solved.
|
Thank you - unfortunately I do not have access to a Mac so it will be difficult for me to help debug much. |
All right, thank you for your help! |
Probably this issue is happening only in the latest rustup version. So, I hope you to try on latest rustup (v1.22.1) |
Yes, that is what I am using. @bkchr did you find that this is an upstream bug in the Rust compiler? Do we know what people need to switch to in order to fix this problem? ~: rustup --version
rustup 1.22.1 (b01adbbc3 2020-07-08) |
Basti linked this as a related Issue rust-lang/rust#76698 |
Sounds like reverting to |
I encountered similar problem and fixed it by updating rust and target "wasm" to latest nightly build
|
I have same problem on rust 1.68.2, and ubuntu 22.04. solved it by this. but have problem of "cannot deserialize module: UnknownOpcode(192)" when startup, solved it by downgraded to 1.68.0 |
Will be fixed by: paritytech/substrate#13804 |
When I followed the guide:
https://substrate.dev/docs/en/tutorials/create-your-first-substrate-chain/setup
and compiled substrate, I faced the following error.
It was working well before I reinstall rustup. But now, it is not working
Environments
OS
macOS Catalina 10.15.6
rust toolchains
The text was updated successfully, but these errors were encountered: