]> git.ipfire.org Git - thirdparty/Python/cpython.git/commitdiff
GH-126748: amend configure.rst description for the 'build_wasm' make target (#126687)
authorHood Chatham <roberthoodchatham@gmail.com>
Sat, 16 Nov 2024 01:46:39 +0000 (02:46 +0100)
committerGitHub <noreply@github.com>
Sat, 16 Nov 2024 01:46:39 +0000 (09:46 +0800)
Clarified the documentation around how the build_wasm target is selected.

Doc/using/configure.rst

index 6fd623c51767784fca726b3a6639544ecc8c8cd9..e7733a6dc11451f01ae2ce237966499f9abbc8ea 100644 (file)
@@ -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