From 0c1ca04f8e3130b778816f6190f3e5b16c7522b7 Mon Sep 17 00:00:00 2001 From: Mazin Sharaf Date: Thu, 12 Mar 2026 23:06:37 +1100 Subject: [PATCH 1/3] Updated WASI SDK from 30 to 31 --- Platforms/WASI/config.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Platforms/WASI/config.toml b/Platforms/WASI/config.toml index 2f7a87decd6212..702daf62297986 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 = 30 +wasi-sdk = 31 host-triple = "wasm32-wasip1" From 44a05bcba840319e154b023cf4aa6a1f4f683a96 Mon Sep 17 00:00:00 2001 From: "blurb-it[bot]" <43283697+blurb-it[bot]@users.noreply.github.com> Date: Thu, 12 Mar 2026 12:30:25 +0000 Subject: [PATCH 2/3] =?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-03-12-12-30-24.gh-issue-145844.VOPeCU.rst | 1 + 1 file changed, 1 insertion(+) create mode 100644 Misc/NEWS.d/next/Build/2026-03-12-12-30-24.gh-issue-145844.VOPeCU.rst diff --git a/Misc/NEWS.d/next/Build/2026-03-12-12-30-24.gh-issue-145844.VOPeCU.rst b/Misc/NEWS.d/next/Build/2026-03-12-12-30-24.gh-issue-145844.VOPeCU.rst new file mode 100644 index 00000000000000..729d3c334caede --- /dev/null +++ b/Misc/NEWS.d/next/Build/2026-03-12-12-30-24.gh-issue-145844.VOPeCU.rst @@ -0,0 +1 @@ +Update the WASI build configuration to support wasi-sdk 31 by changing Platforms/WASI/config.toml to expect version 31 instead of 30. From 660dc4d14577905a0dcf2a3a6c5a3f2859127dd0 Mon Sep 17 00:00:00 2001 From: Brett Cannon Date: Thu, 12 Mar 2026 10:25:13 -0700 Subject: [PATCH 3/3] Update Misc/NEWS.d/next/Build/2026-03-12-12-30-24.gh-issue-145844.VOPeCU.rst --- .../next/Build/2026-03-12-12-30-24.gh-issue-145844.VOPeCU.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Misc/NEWS.d/next/Build/2026-03-12-12-30-24.gh-issue-145844.VOPeCU.rst b/Misc/NEWS.d/next/Build/2026-03-12-12-30-24.gh-issue-145844.VOPeCU.rst index 729d3c334caede..c3daa373c05089 100644 --- a/Misc/NEWS.d/next/Build/2026-03-12-12-30-24.gh-issue-145844.VOPeCU.rst +++ b/Misc/NEWS.d/next/Build/2026-03-12-12-30-24.gh-issue-145844.VOPeCU.rst @@ -1 +1 @@ -Update the WASI build configuration to support wasi-sdk 31 by changing Platforms/WASI/config.toml to expect version 31 instead of 30. +Update to WASI SDK 31.