File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -6,7 +6,7 @@ CMD ["/bin/bash"]
66ENV DEBIAN_FRONTEND="noninteractive" TZ="America"
77ARG RUST_VERSION="nightly-2023-04-01"
88ARG WASMTIME_REPO="https://github.com/bytecodealliance/wasmtime/"
9- ARG WASMTIME_COMMIT="acd0a9e " #v11 .0.1
9+ ARG WASMTIME_COMMIT="1bfe4b5 " # v9 .0.1
1010ARG SIGHTGLASS_REPO="https://github.com/bytecodealliance/sightglass.git"
1111ARG SIGHTGLASS_BRANCH="main"
1212ARG SIGHTGLASS_COMMIT="e89fce0"
@@ -74,6 +74,7 @@ WORKDIR /
7474RUN git clone --recurse-submodule ${WASMTIME_REPO} wasmtime
7575WORKDIR /wasmtime
7676RUN git checkout ${WASMTIME_COMMIT} -b ${WASMTIME_COMMIT}
77+ RUN git submodule update --init --recursive
7778RUN cargo build -p wasmtime-bench-api --release
7879RUN cp target/release/libwasmtime_bench_api.so /sightglass/engines/wasmtime/libengine.so
7980
You can’t perform that action at this time.
0 commit comments