We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f52bd66 commit db7fd33Copy full SHA for db7fd33
ci/docker/wasm32-wasi/Dockerfile
@@ -20,9 +20,9 @@ RUN git clone https://github.com/WebAssembly/wasi-libc && \
20
RUN apt-get install -y --no-install-recommends llvm
21
RUN make -C wasi-libc install -j $(nproc) INSTALL_DIR=/wasi-libc
22
23
-RUN curl -L https://github.com/bytecodealliance/wasmtime/releases/download/dev/wasmtime-dev-x86_64-linux.tar.xz | \
+RUN curl -L hhttps://github.com/bytecodealliance/wasmtime/releases/download/v0.27.0/wasmtime-v0.27.0-x86_64-linux.tar.xz | \
24
tar xJf -
25
-ENV PATH=$PATH:/wasmtime-dev-x86_64-linux
+ENV PATH=$PATH:/wasmtime-v0.27.0-x86_64-linux
26
COPY docker/wasm32-wasi/clang.sh /wasi-libc/bin/clang
27
28
RUN apt-get install -y --no-install-recommends lld
0 commit comments