File tree Expand file tree Collapse file tree
packages/cli/src/lib/defaults/build-strategies/wasm/rust Expand file tree Collapse file tree Original file line number Diff line number Diff line change 1- FROM rust:1.66 -alpine as base
1+ FROM rust:1.70 -alpine as base
22
33# Install the wasm32 rust build target
44RUN rustup target add wasm32-unknown-unknown
@@ -11,20 +11,20 @@ RUN apk add curl pkgconfig openssl-dev bash
1111# Install clang
1212RUN apk add clang llvm build-base
1313
14- # Install wasm-opt
15- RUN cargo install wasm-opt
16-
1714# Install the toml-cli
1815RUN cargo install toml-cli
1916
2017# Install wasm-snip
2118RUN cargo install wasm-snip
2219
20+ # Install wasm-tools
21+ RUN cargo install wasm-tools
22+
2323# Install wasm-bindgen
2424RUN cargo install wasm-bindgen-cli
2525
26- # Install wasm-tools
27- RUN cargo install wasm-tools
26+ # Install wasm-opt
27+ RUN cargo install wasm-opt
2828
2929# Install cargo-build-deps
3030RUN cargo install cargo-build-deps
Original file line number Diff line number Diff line change 1- FROM rust:1.66 -alpine as base
1+ FROM rust:1.70 -alpine as base
22
33# Install the wasm32 rust build target
44RUN rustup target add wasm32-unknown-unknown
You can’t perform that action at this time.
0 commit comments