From: Mazin Sharaf Date: Mon, 6 Apr 2026 23:48:38 +0000 (+1000) Subject: gh-145844: Update WASI SDK from 30 to 32 (#145859) X-Git-Tag: v3.15.0a8~9 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=8a73478fedaee54a409f1933ff8f50c3a6fdf883;p=thirdparty%2FPython%2Fcpython.git 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 --- 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"