Skip to content

Commit a15600f

Browse files
committed
Add note on Emscripten version
1 parent 68bdf8d commit a15600f

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

getting-started/setup-building.rst

+4
Original file line numberDiff line numberDiff line change
@@ -487,6 +487,10 @@ The simplest way to install the Emscripten compiler is:
487487
./emsdk/emsdk activate 4.0.5
488488
source ./emsdk/emsdk_env.sh
489489
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+
490494
Building for Emscripten requires doing a cross-build where you have a *build*
491495
Python to help produce an Emscripten build of CPython. This means you build
492496
CPython twice: once to have a version of Python for the build system to use and

0 commit comments

Comments
 (0)