File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed
src/lib/crypto/kimchi_bindings/js Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -3,7 +3,7 @@ set -euo pipefail
33
44if [[ -z " ${PLONK_WASM_NODEJS-} " ]]; then
55 export RUSTFLAGS=" -C target-feature=+atomics,+bulk-memory,+mutable-globals -C link-arg=--no-check-features -C link-arg=--max-memory=4294967296"
6- wasm-pack build --target nodejs --out-dir ../js/node_js ../../wasm -- -Zbuild-std=std,panic_abort --features nodejs --offline
6+ wasm-pack build --target nodejs --out-dir ../js/node_js ../../wasm -- -Zbuild-std=std,panic_abort --features nodejs
77else
88 cp " $PLONK_WASM_NODEJS " /* -R .
99fi
Original file line number Diff line number Diff line change @@ -3,7 +3,7 @@ set -euo pipefail
33
44if [[ -z " ${PLONK_WASM_WEB-} " ]]; then
55 export RUSTFLAGS=" -C target-feature=+atomics,+bulk-memory,+mutable-globals -C link-arg=--no-check-features -C link-arg=--max-memory=4294967296"
6- wasm-pack build --target web --out-dir ../js/web ../../wasm -- --offline - Zbuild-std=std,panic_abort
6+ wasm-pack build --target web --out-dir ../js/web ../../wasm -- -Zbuild-std=std,panic_abort
77else
88 cp " $PLONK_WASM_WEB " /* -R .
99fi
You can’t perform that action at this time.
0 commit comments