GH-114736: Use WASI SDK 21 (GH-116771) · python/cpython@3a25d9c

GitHub

GitHub CopilotWrite better code with AI | MCP RegistryIntegrate external tools | ActionsAutomate any workflow | CodespacesInstant dev environments | IssuesPlan and track work | Code ReviewManage code changes | Code QualityEnforce quality at merge | Why GitHub | Marketplace | View all features | Enterprises | Small and medium teams | Startups | View all use cases | View all industries | View all solutions | AI | Software Development | DevOps | Security | View all topics | Customer stories | Events & webinars | Ebooks & reports | Business insights | Trust center | Partners | View all resources

Original file line numberDiff line numberDiff line change@@ -2,11 +2,11 @@ FROM docker.io/library/fedora:37

2233ENV CC=clang

445-ENV WASI_SDK_VERSION=20

5+ENV WASI_SDK_VERSION=21

66ENV WASI_SDK_PATH=/opt/wasi-sdk

7788ENV WASMTIME_HOME=/opt/wasmtime

9-ENV WASMTIME_VERSION=18.0.2

9+ENV WASMTIME_VERSION=18.0.3

1010ENV WASMTIME_CPU_ARCH=x86_64

11111212RUN dnf -y --nodocs --setopt=install_weak_deps=False install /usr/bin/{blurb,clang,curl,git,ln,tar,xz} 'dnf-command(builddep)' && \