Skip to content

Commit

Permalink
wasm-bindgen-cli
Browse files Browse the repository at this point in the history
  • Loading branch information
aniketfuryrocks committed Dec 16, 2021
1 parent 96081be commit 4654a23
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions Dockerfile
Original file line number Diff line number Diff line change
@@ -1,9 +1,8 @@
FROM rust:latest

WORKDIR /gxi

RUN rustup target add wasm32-unknown-unknown
RUN cargo install gxib
RUN cargo install wasm-bindgen-cli

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

0 comments on commit 4654a23

Please sign in to comment.