Skip to content
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

[Win10][rustup version is 1.16.0] the wasm32-unknown-unknown target may not be installed #9

Open
Itanq opened this issue Feb 27, 2019 · 0 comments

Comments

@Itanq
Copy link

Itanq commented Feb 27, 2019

Hi @aochagavia , I have already follow the steps on the hellorust website in order to set up everything. But when I run following command:

cargo build --release --target wasm32-unknown-unknown

I get a error as following:

PS D:\Test\Rust\rocket_wasm> rustup target add wasm32-unknown-unknown --toolchain nightly info: component 'rust-std' for target 'wasm32-unknown-unknown' is up to date PS D:\Test\Rust\rocket_wasm> cargo build --release --target wasm32-unknown-unknown Compiling libc v0.2.34 Compiling num-traits v0.1.40 Compiling lazy_static v1.0.0 Compiling synom v0.11.3 Compiling semver v0.6.0 error[E0463]: can't find crate for core| = note: thewasm32-unknown-unknown` target may not be installed

error: aborting due to previous error`

Can you help me to resolve the issue? thanks very much...

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant