-
Notifications
You must be signed in to change notification settings - Fork 410
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
linker rust-lld
not found
#618
Comments
i'm working on reproducing this right now! thanks for the bug report @ZacLiveEarth - were you able to try other rust nightlies? it may be that this is a bug in nightly and not in wasm-pack. additionally, you can feel free to use stable for wasm-pack :) (just in case you didn't know) |
i was not able to reproduce. can you tell us more about your system @ZacLiveEarth ? |
I am on a Windows machine, I see you are on a Mac. Also, I see from the compilation logs there that you are dependent on wasm-bindgen 0.2.39, I am using 0.2.40. Anything else you would like to know? Also, I need nightly because I rely on alloc. I wish there were a way to opt into experimental features without being on nightly, but alas. |
that's great info @ZacLiveEarth - thanks! i'll let you know and do my best to reproduce! |
I suspect this is likely an upstream rust-lang/rust issue at rust-lang/rust#59661 which is being fixed at rust-lang/rust#59672 |
thanks @alexcrichton ! |
This is working now on the latest nightly of rust. Thanks. |
🐛 Bug description
On the latest version of rust nightly, attempting to run
wasm-pack build
fails with the following 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)
The text was updated successfully, but these errors were encountered: