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 f5433a7 commit 891aaf3Copy full SHA for 891aaf3
builders/wasm32-unknown-wasi/Dockerfile
@@ -1,6 +1,6 @@
1
FROM rust:1.57-buster as wit-bindgen-builder
2
3
-ARG WIT_BINDGEN_REV=dab589f579b980c81b39c8348400b88a8c4d175a
+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
0 commit comments