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