We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 005d951 commit 13b651aCopy full SHA for 13b651a
1 file changed
packages/cli/src/lib/defaults/build-strategies/wasm/rust/vm/Dockerfile
@@ -24,7 +24,7 @@ RUN cargo install wasm-tools
24
RUN cargo install wasm-bindgen-cli
25
26
# Install wasm-opt
27
-# RUN cargo install wasm-opt
+RUN cargo install wasm-opt
28
29
# Ensure the Wasm module is configured to use imported memory
30
ENV RUSTFLAGS="-C link-arg=-z -C link-arg=stack-size=65536 -C link-arg=--import-memory"
0 commit comments