Closed
Description
🐛 Bug description
On the latest version of rust nightly, attempting to run wasm-pack build
fails with the following error:
error: linker `rust-lld` not found
|
= note: The system cannot find the file specified. (os error 2)
error: aborting due to previous error
cargo build
on the other hand does produce output.
🌍 Your environment
wasm-pack version: 0.8.0
rustc version: rustc 1.35.0-nightly (428943cc2 2019-04-02)