We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 68bdf8d commit a15600fCopy full SHA for a15600f
getting-started/setup-building.rst
@@ -487,6 +487,10 @@ The simplest way to install the Emscripten compiler is:
487
./emsdk/emsdk activate 4.0.5
488
source ./emsdk/emsdk_env.sh
489
490
+Updating the Emscripten compiler version often causes breakages. For the best
491
+compatibility, use the Emscripten version suggested in the cpython repository in
492
+`Tools/wasm/README.md`.
493
+
494
Building for Emscripten requires doing a cross-build where you have a *build*
495
Python to help produce an Emscripten build of CPython. This means you build
496
CPython twice: once to have a version of Python for the build system to use and
0 commit comments