File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed
Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -493,15 +493,15 @@ The simplest way to install the Emscripten compiler is:
493493
494494 # Install Emscripten
495495 git clone https://github.com/emscripten-core/emsdk
496- ./emsdk/emsdk install 4.0.11
497- ./emsdk/emsdk activate 4.0.11
496+ ./emsdk/emsdk install 4.0.12
497+ ./emsdk/emsdk activate 4.0.12
498498 source ./emsdk/emsdk_env.sh
499499
500500 Updating the Emscripten compiler version can cause breakages. For the best
501501compatibility, use the appropriate Emscripten version based on the version of
502502CPython you're building:
503503
504- * For building CPython 3.14, use ``emsdk `` version ``4.0.11 ``.
504+ * For building CPython 3.14, use ``emsdk `` version ``4.0.12 ``.
505505* For building the main branch of the CPython repository, you may wish to use
506506 ``latest `` instead of a specific version.
507507
You can’t perform that action at this time.
0 commit comments