I get
warning: the following packages contain code that will be rejected by a future version of Rust: console_log v0.2.0
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?