We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4d9d779 commit d100d41Copy full SHA for d100d41
ci/docker/wasm32-wasi/Dockerfile
@@ -8,7 +8,7 @@ RUN apt-get update -y && apt-get install -y --no-install-recommends \
8
clang
9
10
RUN curl -L https://github.com/bytecodealliance/wasmtime/releases/download/v8.0.0/wasmtime-v8.0.0-x86_64-linux.tar.xz | tar xJf -
11
-ENV PATH=$PATH:/wasmtime-dev-x86_64-linux
+ENV PATH=$PATH:/wasmtime-v8.0.0-x86_64-linux
12
13
ENV CARGO_TARGET_WASM32_WASI_RUNNER="wasmtime \
14
--wasm-features=threads,relaxed-simd \
0 commit comments