GH-149252: Update WASI SDK version from 32 to 33 (#149253)

Co-authored-by: blurb-it[bot] <43283697+blurb-it[bot]@users.noreply.github.com>
This commit is contained in:
Brett Cannon
2026-05-01 16:51:06 -07:00
committed by GitHub
parent bb911a2319
commit be9c7cb4b5
2 changed files with 2 additions and 1 deletions
@@ -0,0 +1 @@
Update to WASI SDK 33.
+1 -1
View File
@@ -2,5 +2,5 @@
# This allows for blanket copying of the WASI build code between supported
# Python versions.
[targets]
wasi-sdk = 32
wasi-sdk = 33
host-triple = "wasm32-wasip1"