We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f4db52d commit 0ac3cf1Copy full SHA for 0ac3cf1
builders/wasm32-unknown-emscripten/Dockerfile
@@ -1,14 +1,5 @@
1
-FROM rust:1.57-buster as wit-bindgen-builder
2
-
3
-ARG WIT_BINDGEN_REV=dab589f579b980c81b39c8348400b88a8c4d175a
4
-RUN cargo install --git https://github.com/bytecodealliance/wit-bindgen \
5
- --rev $WIT_BINDGEN_REV \
6
- --root /tmp/install wit-bindgen-cli
7
8
FROM emscripten/emsdk:2.0.13
9
10
-COPY --from=wit-bindgen-builder /tmp/install/bin/wit-bindgen /usr/local/bin/wit-bindgen
11
12
RUN set -eux; \
13
apt-get update; \
14
apt-get install ruby bison make autoconf git curl -y; \
0 commit comments