Skip to content

Commit b10a695

Browse files
committed
Update wasmtime commit
1 parent f4580eb commit b10a695

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

Dockerfile

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ CMD ["/bin/bash"]
66
ENV DEBIAN_FRONTEND="noninteractive" TZ="America"
77
ARG RUST_VERSION="nightly-2023-04-01"
88
ARG WASMTIME_REPO="https://github.com/bytecodealliance/wasmtime/"
9-
ARG WASMTIME_COMMIT="acd0a9e" #v11.0.1
9+
ARG WASMTIME_COMMIT="1bfe4b5" # v9.0.1
1010
ARG SIGHTGLASS_REPO="https://github.com/bytecodealliance/sightglass.git"
1111
ARG SIGHTGLASS_BRANCH="main"
1212
ARG SIGHTGLASS_COMMIT="e89fce0"
@@ -74,6 +74,7 @@ WORKDIR /
7474
RUN git clone --recurse-submodule ${WASMTIME_REPO} wasmtime
7575
WORKDIR /wasmtime
7676
RUN git checkout ${WASMTIME_COMMIT} -b ${WASMTIME_COMMIT}
77+
RUN git submodule update --init --recursive
7778
RUN cargo build -p wasmtime-bench-api --release
7879
RUN cp target/release/libwasmtime_bench_api.so /sightglass/engines/wasmtime/libengine.so
7980

0 commit comments

Comments
 (0)