-
Notifications
You must be signed in to change notification settings - Fork 5
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
Contain code that will be rejected by future version of Rust #11
Comments
🤔 I'll need to look into that. |
I don't see this warning when building locally with |
You were right, I found the log and it's very simple bug:
|
I get
When compiling my project https://github.com/erwanvivien/gifski on branch wasm32 using
RUSTFLAGS="-C target-feature=+atomics,+bulk-memory,+mutable-globals" cargo build --target=wasm32-unknown-unknown --release -Z build-std=panic_abort,std
I don't know if it's normal?
The text was updated successfully, but these errors were encountered: