We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 893fb9f commit 42ccb69Copy full SHA for 42ccb69
bin/build-wasm-bundle.sh
@@ -18,7 +18,7 @@ fi
18
# Install matching wasm-bindgen-cli
19
cargo install wasm-bindgen-cli --version "$WASM_BINDGEN_VERSION"
20
21
-# Build pcb-zen-wasm with production optimizations (matching Bazel wasm-prod config)
+# Build pcb-zen-wasm with production optimizations
22
echo "Building pcb-zen-wasm with production optimizations..."
23
RUSTFLAGS="-C opt-level=3 -C lto=fat -C embed-bitcode=yes -C codegen-units=1 -C target-feature=+tail-call" \
24
cargo build --release --target wasm32-unknown-unknown -p pcb-zen-wasm
0 commit comments