Skip to content

Commit 215c7c8

Browse files
committed
kimchi-bindings/js: removing offline for now
1 parent e833286 commit 215c7c8

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

src/lib/crypto/kimchi_bindings/js/node_js/build.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ set -euo pipefail
33

44
if [[ -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
77
else
88
cp "$PLONK_WASM_NODEJS"/* -R .
99
fi

src/lib/crypto/kimchi_bindings/js/web/build.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ set -euo pipefail
33

44
if [[ -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
77
else
88
cp "$PLONK_WASM_WEB"/* -R .
99
fi

0 commit comments

Comments
 (0)