Skip to content

Instantly share code, notes, and snippets.

@clevinson
Created January 30, 2020 19:20
Show Gist options
  • Save clevinson/a897172804ce826692b97175544d4fec to your computer and use it in GitHub Desktop.
Save clevinson/a897172804ce826692b97175544d4fec to your computer and use it in GitHub Desktop.
$ cargo wasm
error: failed to run `rustc` to learn about target-specific information
Caused by:
process didn't exit successfully: `rustc - --crate-name ___ --print=file-names -Zprofile -Ccodegen-units=1 -Cinline-threshold=0 -Clink-dead-code -Coverflow-checks=off -Zno-landing-pads --target wasm32-unknown-unknown --crate-type bin --crate-type rlib --crate-type dylib --crate-type cdylib --crate-type staticlib --crate-type proc-macro --print=sysroot --print=cfg` (exit code: 1)
--- stderr
error: the option `Z` is only accepted on the nightly compiler
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment