Skip to content

Commit

Permalink
update nightly
Browse files Browse the repository at this point in the history
  • Loading branch information
ImUrX authored Nov 22, 2022
1 parent 4524da1 commit 9e78a90
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions scripts/deploy.sh
Original file line number Diff line number Diff line change
Expand Up @@ -20,11 +20,11 @@ rustup component add rust-src
wasm-pack build --release -t web

#rayon
rustup toolchain install nightly-2021-07-29
rustup run nightly-2021-07-29 \
rustup toolchain install nightly-2022-04-07
rustup run nightly-2022-04-07 \
rustup component add rust-src
RUSTFLAGS='-C target-feature=+atomics,+bulk-memory,+mutable-globals' \
rustup run nightly-2021-07-29 \
rustup run nightly-2022-04-07 \
wasm-pack build --release -t web -d pkg-threads \
-- --features threads -Z build-std=panic_abort,std

Expand Down

0 comments on commit 9e78a90

Please sign in to comment.