Skip to content

Commit d660c38

Browse files
committed
Auto merge of #1437 - sunfishcode:master, r=gnzlbg
Update wasmtime to the latest master. The previous wasmtime revision is broken because one of its dependencies, `memoffset` 0.3, was yanked, which appears to make it unavailable. This was fixed by downgrading to `memoffset` 0.2.
2 parents 737b7d6 + e21be8c commit d660c38

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)