Skip to content

Commit

Permalink
Revert to toolchain nightly-2023-05-24
Browse files Browse the repository at this point in the history
  • Loading branch information
iamalwaysuncomfortable committed Jun 29, 2023
1 parent f833659 commit 7b58448
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion website/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@
"webpack-dev-server": "^4.7.4"
},
"scripts": {
"preinstall": "cd ../wasm && export RUSTFLAGS='-C target-feature=+atomics,+bulk-memory,+mutable-globals -C link-arg=--max-memory=4294967296' && rustup run nightly wasm-pack build --release --target web --out-dir pkg-parallel -- --features \"parallel, browser\" --no-default-features -Z build-std=panic_abort,std",
"preinstall": "cd ../wasm && export RUSTFLAGS='-C target-feature=+atomics,+bulk-memory,+mutable-globals -C link-arg=--max-memory=4294967296' && rustup run nightly-2023-05-24 wasm-pack build --release --target web --out-dir pkg-parallel -- --features \"parallel, browser\" --no-default-features -Z build-std=panic_abort,std",
"start": "webpack-dev-server",
"build": "webpack --config webpack.config.js",
"predeploy": "yarn build",
Expand Down

0 comments on commit 7b58448

Please sign in to comment.