Skip to content

Commit 13b651a

Browse files
committed
chore: add back wasm-opt
1 parent 005d951 commit 13b651a

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

  • packages/cli/src/lib/defaults/build-strategies/wasm/rust/vm

packages/cli/src/lib/defaults/build-strategies/wasm/rust/vm/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ RUN cargo install wasm-tools
2424
RUN cargo install wasm-bindgen-cli
2525

2626
# Install wasm-opt
27-
# RUN cargo install wasm-opt
27+
RUN cargo install wasm-opt
2828

2929
# Ensure the Wasm module is configured to use imported memory
3030
ENV RUSTFLAGS="-C link-arg=-z -C link-arg=stack-size=65536 -C link-arg=--import-memory"

0 commit comments

Comments
 (0)