From 2313f8421080ceb3343c6f5d291279adea85e073 Mon Sep 17 00:00:00 2001 From: Hood Chatham Date: Sat, 16 Nov 2024 02:46:39 +0100 Subject: [PATCH] GH-126748: amend configure.rst description for the 'build_wasm' make target (#126687) Clarified the documentation around how the build_wasm target is selected. --- Doc/using/configure.rst | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/Doc/using/configure.rst b/Doc/using/configure.rst index 6fd623c5176..e7733a6dc11 100644 --- a/Doc/using/configure.rst +++ b/Doc/using/configure.rst @@ -1088,7 +1088,8 @@ CPython project) this is usually the ``all`` target. The all`` will build. The three choices are: * ``profile-opt`` (configured with ``--enable-optimizations``) -* ``build_wasm`` (configured with ``--with-emscripten-target``) +* ``build_wasm`` (chosen if the host platform matches ``wasm32-wasi*`` or + ``wasm32-emscripten``) * ``build_all`` (configured without explicitly using either of the others) Depending on the most recent source file changes, Make will rebuild