Skip to content

Commit

Permalink
Fix PATH reference to Wasmtime version
Browse files Browse the repository at this point in the history
  • Loading branch information
alexcrichton authored and Amanieu committed Apr 21, 2023
1 parent 4d9d779 commit d100d41
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ci/docker/wasm32-wasi/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ RUN apt-get update -y && apt-get install -y --no-install-recommends \
clang

RUN curl -L https://github.com/bytecodealliance/wasmtime/releases/download/v8.0.0/wasmtime-v8.0.0-x86_64-linux.tar.xz | tar xJf -
ENV PATH=$PATH:/wasmtime-dev-x86_64-linux
ENV PATH=$PATH:/wasmtime-v8.0.0-x86_64-linux

ENV CARGO_TARGET_WASM32_WASI_RUNNER="wasmtime \
--wasm-features=threads,relaxed-simd \
Expand Down

0 comments on commit d100d41

Please sign in to comment.