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
wasm32-unknown-unknown
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
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
| = note: the
error: aborting due to previous error`
Can you help me to resolve the issue? thanks very much...
The text was updated successfully, but these errors were encountered:
No branches or pull requests
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: the
wasm32-unknown-unknown` target may not be installederror: aborting due to previous error`
Can you help me to resolve the issue? thanks very much...
The text was updated successfully, but these errors were encountered: