mirror of
https://github.com/python/cpython.git
synced 2026-04-15 16:21:24 +00:00
Signed-off-by: Roman Volosatovs <rvolosatovs@riseup.net> Co-authored-by: blurb-it[bot] <43283697+blurb-it[bot]@users.noreply.github.com>
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 = 30
|
|
host-triple = "wasm32-wasip1"
|