From a1e91bb5ce7c1b047ed5be23485b3ef41e4c5533 Mon Sep 17 00:00:00 2001 From: Roman Volosatovs Date: Tue, 10 Feb 2026 17:46:51 +0100 Subject: [PATCH 1/2] update to `wasi-sdk` 30 Signed-off-by: Roman Volosatovs --- .github/workflows/reusable-wasi.yml | 2 +- Platforms/WASI/config.toml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/reusable-wasi.yml b/.github/workflows/reusable-wasi.yml index 3c81f6ef82dc8c..68c5ef14cfe212 100644 --- a/.github/workflows/reusable-wasi.yml +++ b/.github/workflows/reusable-wasi.yml @@ -13,7 +13,7 @@ jobs: timeout-minutes: 60 env: WASMTIME_VERSION: 38.0.3 - WASI_SDK_VERSION: 29 + WASI_SDK_VERSION: 30 WASI_SDK_PATH: /opt/wasi-sdk CROSS_BUILD_PYTHON: cross-build/build CROSS_BUILD_WASI: cross-build/wasm32-wasip1 diff --git a/Platforms/WASI/config.toml b/Platforms/WASI/config.toml index 7ca2f76f56dc7a..2f7a87decd6212 100644 --- a/Platforms/WASI/config.toml +++ b/Platforms/WASI/config.toml @@ -2,5 +2,5 @@ # This allows for blanket copying of the WASI build code between supported # Python versions. [targets] -wasi-sdk = 29 +wasi-sdk = 30 host-triple = "wasm32-wasip1" From ea3157b842212a5e0cd41ece4a6cb1e9fe1ea9ce Mon Sep 17 00:00:00 2001 From: "blurb-it[bot]" <43283697+blurb-it[bot]@users.noreply.github.com> Date: Tue, 10 Feb 2026 16:59:57 +0000 Subject: [PATCH 2/2] =?UTF-8?q?=F0=9F=93=9C=F0=9F=A4=96=20Added=20by=20blu?= =?UTF-8?q?rb=5Fit.?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../next/Build/2026-02-10-16-59-56.gh-issue-144675.Wrf3Es.rst | 1 + 1 file changed, 1 insertion(+) create mode 100644 Misc/NEWS.d/next/Build/2026-02-10-16-59-56.gh-issue-144675.Wrf3Es.rst diff --git a/Misc/NEWS.d/next/Build/2026-02-10-16-59-56.gh-issue-144675.Wrf3Es.rst b/Misc/NEWS.d/next/Build/2026-02-10-16-59-56.gh-issue-144675.Wrf3Es.rst new file mode 100644 index 00000000000000..1018ed95a2af77 --- /dev/null +++ b/Misc/NEWS.d/next/Build/2026-02-10-16-59-56.gh-issue-144675.Wrf3Es.rst @@ -0,0 +1 @@ +Update to WASI SDK 30.