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 c8aa8ec commit e21be8cCopy full SHA for e21be8c
ci/docker/wasm32-wasi/Dockerfile
@@ -60,7 +60,7 @@ ENV PATH=/root/.cargo/bin:$PATH
60
RUN apt-get install -y --no-install-recommends python
61
RUN git clone --recursive https://github.com/CraneStation/wasmtime wasmtime && \
62
cd wasmtime && \
63
- git reset --hard 67edb00f29b62864b00179fe4bfa99bc29973285
+ git reset --hard a2647878977726935c3d04c05cabad9607ec7606
64
RUN cargo build --release --manifest-path wasmtime/Cargo.toml
65
66
# And finally in the last image we're going to assemble everything together.
0 commit comments