We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f2f3d5e commit 489df5bCopy full SHA for 489df5b
1 file changed
site/source/docs/building_from_source/index.rst
@@ -9,9 +9,9 @@ emsdk.
9
10
Emscripten itself is written in Python and JavaScript so it does not need to be
11
compiled. However, after checkout you will need to run the top level
12
-``bootstrap`` script before the toolchain is usable. This create perform
+``bootstrap`` script before the toolchain is usable. This performs
13
various steps including ``npm install`` and the creation of compiler entry
14
-points.
+points (e.g. `.bat` files on windows).
15
16
Emscripten comes with its own versions of some C/C++ system libraries which
17
``emcc`` builds automatically as and when needed (in the emsdk builds, these are
0 commit comments