Skip to content

Commit 4654a23

Browse files
wasm-bindgen-cli
1 parent 96081be commit 4654a23

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

Diff for: Dockerfile

+1-2
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,8 @@
11
FROM rust:latest
22

3-
WORKDIR /gxi
4-
53
RUN rustup target add wasm32-unknown-unknown
64
RUN cargo install gxib
5+
RUN cargo install wasm-bindgen-cli
76

87
# install binaryen
98
RUN curl -L https://github.com/WebAssembly/binaryen/releases/download/version_103/binaryen-version_103-x86_64-linux.tar.gz > binaryen.tar.gz

0 commit comments

Comments
 (0)