You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Jul 17, 2024. It is now read-only.
looks like RUSTFLAGS with latest nightly needs also mutable-globals,
Yeah those things tend to change / break over time which is why the README specifically recommends a fixed nightly version. I suppose we can upgrade that version at some point + update the required flags though.
Actually, if you can find a nightly hash that corresponds to latest stable Rust (we do this to reduce risks), I'd be happy to accept a PR that updates the Rust version & required features.
I spent quiet some time wondering about linker errors, looks like RUSTFLAGS with latest nightly needs also mutable-globals, e.g.
See e.g. rustwasm/wasm-bindgen#2487 and the appropriate fix alexcrichton/wasm-bindgen@ad53c12
The text was updated successfully, but these errors were encountered: