mirror of
https://github.com/python/cpython.git
synced 2026-04-27 06:10:59 +00:00
Co-authored-by: blurb-it[bot] <43283697+blurb-it[bot]@users.noreply.github.com> Co-authored-by: Brett Cannon <brett@python.org>
6 lines
225 B
TOML
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"
|