From 8a73478fedaee54a409f1933ff8f50c3a6fdf883 Mon Sep 17 00:00:00 2001 From: Mazin Sharaf Date: Tue, 7 Apr 2026 09:48:38 +1000 Subject: [PATCH] gh-145844: Update WASI SDK from 30 to 32 (#145859) Co-authored-by: blurb-it[bot] <43283697+blurb-it[bot]@users.noreply.github.com> Co-authored-by: Brett Cannon --- .../next/Build/2026-03-12-12-30-24.gh-issue-145844.VOPeCU.rst | 1 + Platforms/WASI/config.toml | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) 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 000000000000..10fac03be32d --- /dev/null +++ b/Misc/NEWS.d/next/Build/2026-03-12-12-30-24.gh-issue-145844.VOPeCU.rst @@ -0,0 +1 @@ +Update to WASI SDK 32. diff --git a/Platforms/WASI/config.toml b/Platforms/WASI/config.toml index 2f7a87decd62..31ec2b8023da 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 = 32 host-triple = "wasm32-wasip1" -- 2.47.3