Skip to content

Latest commit

 

History

History
6 lines (5 loc) · 231 Bytes

File metadata and controls

6 lines (5 loc) · 231 Bytes

We need cargo nightly for importing a WASM shared memory:

RUSTFLAGS='-C target-feature=+atomics,+bulk-memory,+mutable-globals' \
  cargo +nightly build --target wasm32-unknown-unknown --release -Z build-std=std,panic_abort