From c69b534af2e65306fa2ccaa6eaf8de82ca416ce4 Mon Sep 17 00:00:00 2001 From: Savannah Ostrowski Date: Fri, 7 Nov 2025 16:32:25 -0800 Subject: [PATCH] Update target triple for WASI --- getting-started/setup-building.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/getting-started/setup-building.rst b/getting-started/setup-building.rst index d86800f67..bf59b2a3a 100644 --- a/getting-started/setup-building.rst +++ b/getting-started/setup-building.rst @@ -424,7 +424,7 @@ Python you have installed on your machine): python3 Tools/wasm/wasi.py build --quiet -- --config-cache --with-pydebug That single command will configure and build both the build Python and the -WASI build in ``cross-build/build`` and ``cross-build/wasm32-wasi``, +WASI build in ``cross-build/build`` and ``cross-build/wasm32-wasip1``, respectively. You can also do each configuration and build step separately; the command above