mirror of
https://github.com/python/cpython.git
synced 2026-05-06 12:49:07 -04:00
be9c7cb4b5
Co-authored-by: blurb-it[bot] <43283697+blurb-it[bot]@users.noreply.github.com>
7 lines
225 B
TOML
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"
|