mirror of
https://github.com/python/cpython.git
synced 2026-06-24 01:50:40 +00:00
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 = 33
|
|
host-triple = "wasm32-wasip1"
|