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 9138ef0 commit 39b16eeCopy full SHA for 39b16ee
builders/wasm32-unknown-wasi/Dockerfile
@@ -1,10 +1,3 @@
1
-FROM rust:1.57-buster as wit-bindgen-builder
2
-
3
-ARG WIT_BINDGEN_REV=bb33644b4fd21ecf43761f63c472cdfffe57e300
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 debian:buster
9
10
ARG WASI_SDK_VERSION_MAJOR=14
@@ -53,5 +46,3 @@ RUN set -eux pipefail; \
53
46
curl -LO "$wasi_preset_args_url"; \
54
47
unzip wasi-preset-args-x86_64-unknown-linux-gnu.zip; \
55
48
mv wasi-preset-args /usr/local/bin/wasi-preset-args
56
57
-COPY --from=wit-bindgen-builder /tmp/install/bin/wit-bindgen /usr/local/bin/wit-bindgen
0 commit comments