We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7bb29f6 commit 186867eCopy full SHA for 186867e
getting-started/setup-building.rst
@@ -477,6 +477,16 @@ C compiler just like building for :ref:`Unix <unix-compiling>` as well as:
477
1. The Emscripten compiler
478
2. Node.js
479
480
+To install the Emscripten compiler we recommend:
481
+
482
+.. code-block:: sh
483
484
+ # Install Emscripten
485
+ git clone emscripten/emsdk
486
+ ./emsdk/emsdk install 4.0.5
487
+ ./emsdk/emsdk activate 4.0.5
488
+ source ./emsdk/emsdk_env.sh
489
490
Building for Emscripten requires doing a cross-build where you have a *build*
491
Python to help produce a Emscripten build of CPython. This means you build
492
CPython twice: once to have a version of Python for the build system to use and
0 commit comments