-
Notifications
You must be signed in to change notification settings - Fork 1.1k
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
Getting rust-lld error with latest nightly #2487
Labels
Comments
alexcrichton
added a commit
to alexcrichton/wasm-bindgen
that referenced
this issue
Mar 11, 2021
The `__wasm_init_memory` function is no longer exported and we also need to build with `+mutable-globals`. Closes rustwasm#2487
LLVM 12 landed and interfaces have changed. The build flags need to be updated but a few other things need fixing as well. I'd recommending using older nightlies until things have settled. |
Thank you! That makes a lot of sense. |
alexcrichton
added a commit
to alexcrichton/wasm-bindgen
that referenced
this issue
May 10, 2021
The `__wasm_init_memory` function is no longer exported and we also need to build with `+mutable-globals`. Closes rustwasm#2487
alexcrichton
added a commit
that referenced
this issue
May 10, 2021
The `__wasm_init_memory` function is no longer exported and we also need to build with `+mutable-globals`. Closes #2487
Yay! I see this has been merged. Awesome. Thanks @alexandrestein for your work. |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
I tried to upgrade from 1.50.0 nightly to the latest 1.52.0 but I can't compile my crate anymore and I getting the following error:
Any idea what's causing this and how it can be fixed?
I thought it might be related to the wasm-bindgen version, and upgraded to
0.2.71
but that's not fixing it.The text was updated successfully, but these errors were encountered: