Skip to content

Commit 42ccb69

Browse files
committed
update comment
1 parent 893fb9f commit 42ccb69

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

bin/build-wasm-bundle.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ fi
1818
# Install matching wasm-bindgen-cli
1919
cargo install wasm-bindgen-cli --version "$WASM_BINDGEN_VERSION"
2020

21-
# Build pcb-zen-wasm with production optimizations (matching Bazel wasm-prod config)
21+
# Build pcb-zen-wasm with production optimizations
2222
echo "Building pcb-zen-wasm with production optimizations..."
2323
RUSTFLAGS="-C opt-level=3 -C lto=fat -C embed-bitcode=yes -C codegen-units=1 -C target-feature=+tail-call" \
2424
cargo build --release --target wasm32-unknown-unknown -p pcb-zen-wasm

0 commit comments

Comments
 (0)