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 f45b8dd commit cc78e7eCopy full SHA for cc78e7e
devcontainer/Dockerfile
@@ -16,6 +16,7 @@ RUN dnf -y --nodocs --setopt=install_weak_deps=False --disablerepo=fedora-cisco-
16
dnf -y clean all
17
18
19
+# Update only after consulting with WASI support maintainers (see PEP 11).
20
ENV WASI_SDK_VERSION=24
21
ENV WASI_SDK_PATH=/opt/wasi-sdk
22
@@ -29,8 +30,9 @@ RUN mkdir ${WASI_SDK_PATH} && \
29
30
tar --strip-components 1 --directory ${WASI_SDK_PATH} --extract --gunzip
31
32
-ENV WASMTIME_HOME=/opt/wasmtime
33
+# Update as desired.
34
ENV WASMTIME_VERSION=33.0.0
35
+ENV WASMTIME_HOME=/opt/wasmtime
36
37
RUN mkdir --parents ${WASMTIME_HOME} && \
38
case "${TARGETARCH}" in \
0 commit comments