diff options
| author | Alex Crichton <alex@alexcrichton.com> | 2021-03-11 17:30:30 -0600 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2021-03-11 23:30:30 +0000 |
| commit | e35da555f89664497e18f2e8fd855537d2017a9c (patch) | |
| tree | 2bff4b3ed26e22ef0ded0293a4b7b04ec6fe4b70 /library/stdarch/ci/docker | |
| parent | 7af3c0af25305e1813649bc065b836e33795ac0d (diff) | |
Update WebAssembly SIMD/Atomics (#1073)
Diffstat (limited to 'library/stdarch/ci/docker')
| -rw-r--r-- | library/stdarch/ci/docker/wasm32-wasi/Dockerfile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/library/stdarch/ci/docker/wasm32-wasi/Dockerfile b/library/stdarch/ci/docker/wasm32-wasi/Dockerfile index eca3f61c707..7017d374def 100644 --- a/library/stdarch/ci/docker/wasm32-wasi/Dockerfile +++ b/library/stdarch/ci/docker/wasm32-wasi/Dockerfile @@ -7,8 +7,8 @@ RUN apt-get update -y && apt-get install -y --no-install-recommends \ xz-utils \ clang -RUN curl -L https://github.com/bytecodealliance/wasmtime/releases/download/v0.22.1/wasmtime-v0.22.1-x86_64-linux.tar.xz | tar xJf - -ENV PATH=$PATH:/wasmtime-v0.22.1-x86_64-linux +RUN curl -L https://github.com/bytecodealliance/wasmtime/releases/download/v0.24.0/wasmtime-v0.24.0-x86_64-linux.tar.xz | tar xJf - +ENV PATH=$PATH:/wasmtime-v0.24.0-x86_64-linux ENV CARGO_TARGET_WASM32_WASI_RUNNER="wasmtime \ --enable-simd \ |
