Skip to content

Commit e21be8c

Browse files
committed
Update wasmtime to the latest master.
1 parent c8aa8ec commit e21be8c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

ci/docker/wasm32-wasi/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -60,7 +60,7 @@ ENV PATH=/root/.cargo/bin:$PATH
6060
RUN apt-get install -y --no-install-recommends python
6161
RUN git clone --recursive https://github.com/CraneStation/wasmtime wasmtime && \
6262
cd wasmtime && \
63-
git reset --hard 67edb00f29b62864b00179fe4bfa99bc29973285
63+
git reset --hard a2647878977726935c3d04c05cabad9607ec7606
6464
RUN cargo build --release --manifest-path wasmtime/Cargo.toml
6565

6666
# And finally in the last image we're going to assemble everything together.

0 commit comments

Comments
 (0)