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.
embuilder
1 parent 8da276e commit 13e6f68Copy full SHA for 13e6f68
site/source/docs/building_from_source/index.rst
@@ -15,6 +15,8 @@ error out if it detects that ``bootstrap`` needs to be run.
15
16
Emscripten comes with its own versions some C/C++ system libaries which ``emcc``
17
builds automatically as and when needed (In the emsdk builds, these are precompiled).
18
+You can also build them manually with the ``embuilder`` tool - see ``embuilder --help``
19
+for more information.
20
21
In addition to the main emscripten repository you will also need to checkout
22
and build LLVM and Binaryen (as detailed below). After compiling these, you
0 commit comments