[3.13] GH-123877: make wasm32-wasip1 the target triple for WASI (#126561)

This commit is contained in:
Brett Cannon 2024-11-07 16:16:12 -08:00 committed by GitHub
parent 9ab3d31b66
commit 9ecaee6a55
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
5 changed files with 11 additions and 9 deletions

View file

@ -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()