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 4bf20ff commit 4884e45Copy full SHA for 4884e45
projects/wasmtime/Dockerfile
@@ -38,6 +38,7 @@ WORKDIR wasmtime
38
39
# The default toolchain used by OSS-Fuzz is too old to build Wasmtime at this
40
# time.
41
-ENV RUSTUP_TOOLCHAIN nightly-2025-07-16
+ENV RUSTUP_TOOLCHAIN=nightly-2025-07-16
42
+RUN rustup target add wasm32-unknown-unknown wasm32-wasip1 --toolchain nightly-2025-07-16
43
44
COPY build.sh *.options $SRC/
0 commit comments