We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 544b001 commit 2313f84Copy full SHA for 2313f84
Doc/using/configure.rst
@@ -1088,7 +1088,8 @@ CPython project) this is usually the ``all`` target. The
1088
all`` will build. The three choices are:
1089
1090
* ``profile-opt`` (configured with ``--enable-optimizations``)
1091
-* ``build_wasm`` (configured with ``--with-emscripten-target``)
+* ``build_wasm`` (chosen if the host platform matches ``wasm32-wasi*`` or
1092
+ ``wasm32-emscripten``)
1093
* ``build_all`` (configured without explicitly using either of the others)
1094
1095
Depending on the most recent source file changes, Make will rebuild
0 commit comments