mirror of
https://github.com/python/cpython.git
synced 2025-08-04 00:48:58 +00:00
[3.13] GH-123877: make wasm32-wasip1
the target triple for WASI (#126561)
This commit is contained in:
parent
9ab3d31b66
commit
9ecaee6a55
5 changed files with 11 additions and 9 deletions
|
@ -347,7 +347,7 @@ def main():
|
|||
"(default designed for wasmtime 14 or newer: "
|
||||
f"`{default_host_runner}`)")
|
||||
for subcommand in build, configure_host, make_host:
|
||||
subcommand.add_argument("--host-triple", action="store", default="wasm32-wasi",
|
||||
subcommand.add_argument("--host-triple", action="store", default="wasm32-wasip1",
|
||||
help="The target triple for the WASI host build")
|
||||
|
||||
context = parser.parse_args()
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue