From 698f8c2f01ea549d77d7dc3338a12e04c11057b9 Mon Sep 17 00:00:00 2001 From: Daniel Baumann Date: Wed, 17 Apr 2024 14:02:58 +0200 Subject: Adding upstream version 1.64.0+dfsg1. Signed-off-by: Daniel Baumann --- library/stdarch/ci/docker/wasm32-wasi/Dockerfile | 17 +++++++++++++++++ 1 file changed, 17 insertions(+) create mode 100644 library/stdarch/ci/docker/wasm32-wasi/Dockerfile (limited to 'library/stdarch/ci/docker/wasm32-wasi') diff --git a/library/stdarch/ci/docker/wasm32-wasi/Dockerfile b/library/stdarch/ci/docker/wasm32-wasi/Dockerfile new file mode 100644 index 000000000..3e250f8b5 --- /dev/null +++ b/library/stdarch/ci/docker/wasm32-wasi/Dockerfile @@ -0,0 +1,17 @@ +FROM ubuntu:20.04 + +ENV DEBIAN_FRONTEND=noninteractive +RUN apt-get update -y && apt-get install -y --no-install-recommends \ + ca-certificates \ + curl \ + xz-utils \ + clang + +RUN curl -L https://github.com/bytecodealliance/wasmtime/releases/download/v0.29.0/wasmtime-v0.29.0-x86_64-linux.tar.xz | tar xJf - +ENV PATH=$PATH:/wasmtime-v0.29.0-x86_64-linux + +ENV CARGO_TARGET_WASM32_WASI_RUNNER="wasmtime \ + --enable-simd \ + --enable-threads \ + --mapdir .::/checkout/target/wasm32-wasi/release/deps \ + --" -- cgit v1.2.3