https://github.com/python/cpython/commit/8a73478fedaee54a409f1933ff8f50c3a6fdf883 commit: 8a73478fedaee54a409f1933ff8f50c3a6fdf883 branch: main author: Mazin Sharaf <[email protected]> committer: brettcannon <[email protected]> date: 2026-04-06T16:48:38-07:00 summary:
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 <[email protected]> files: A Misc/NEWS.d/next/Build/2026-03-12-12-30-24.gh-issue-145844.VOPeCU.rst M Platforms/WASI/config.toml 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..10fac03be32d5f --- /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 2f7a87decd6212..31ec2b8023dab1 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" _______________________________________________ Python-checkins mailing list -- [email protected] To unsubscribe send an email to [email protected] https://mail.python.org/mailman3//lists/python-checkins.python.org Member address: [email protected]
