cpython/Platforms/WASI/config.toml
Mazin Sharaf 8a73478fed
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>
2026-04-06 16:48:38 -07:00

6 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 = 32
host-triple = "wasm32-wasip1"