Files
Brett Cannon be9c7cb4b5 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>
2026-05-01 16:51:06 -07:00

7 lines
225 B
TOML

# Any data that can vary between Python versions is to be kept in this file.
# This allows for blanket copying of the WASI build code between supported
# Python versions.
[targets]
wasi-sdk = 33
host-triple = "wasm32-wasip1"