Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion builders/wasm32-unknown-wasi/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
FROM rust:1.57-buster as wit-bindgen-builder

ARG WIT_BINDGEN_REV=dab589f579b980c81b39c8348400b88a8c4d175a
ARG WIT_BINDGEN_REV=bb33644b4fd21ecf43761f63c472cdfffe57e300
RUN cargo install --git https://github.com/bytecodealliance/wit-bindgen \
--rev $WIT_BINDGEN_REV \
--root /tmp/install wit-bindgen-cli
Expand Down