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 <brett@python.org>
This commit is contained in:
Mazin Sharaf 2026-04-07 09:48:38 +10:00 committed by GitHub
parent bac4fee745
commit 8a73478fed
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
2 changed files with 2 additions and 1 deletions

View file

@ -0,0 +1 @@
Update to WASI SDK 32.

View file

@ -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"