-
Notifications
You must be signed in to change notification settings - Fork 2
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
Compilation in release mode fails on latest nightly #3
Comments
Strange, works for me (same nightly version, but ARM64 platform). The crate itself shouldn't cause this; can you compile anything else that uses |
I was able to reproduce it with both
I was able to compile on This error is also showing up on |
I've reproduced this issue & added a temporary workaround in this PR: #4 The root cause seems to be the stripping of certain WASM symbols (?) during optimization steps mandated by the |
Hi!
Compilation of
wasm-bindgen-derive
fails on nightly version rustc 1.70.0-nightly (1db9c061d 2023-03-21):The text was updated successfully, but these errors were encountered: