You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: site/source/docs/getting_started/downloads.rst
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -52,7 +52,7 @@ GitHub and set them as :term:`active <Active Tool/SDK>`:
52
52
# Activate PATH and other environment variables in the current terminal
53
53
source ./emsdk_env.sh
54
54
55
-
.. note:: On Windows, run ``emsdk`` instead of ``./emsdk``, and ``emsdk_env.bat`` instead of ``source ./emsdk_env.sh``.
55
+
.. note:: On Windows, run ``emsdk.bat`` instead of ``./emsdk``, and ``emsdk_env.bat`` instead of ``source ./emsdk_env.sh``.
56
56
57
57
.. note:: On Windows, if you use the ``activate`` command, the step of ``emsdk_env.bat`` is optional. If you want to know more, see :ref:`activate SDK version <emsdk-set-active-tools>`.
Copy file name to clipboardExpand all lines: site/source/docs/tools_reference/emcc.rst
+5-1Lines changed: 5 additions & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -386,7 +386,11 @@ Options that are modified or new in *emcc* are listed below:
386
386
387
387
``--embind-emit-tsd <path>``
388
388
[link]
389
-
Generate a TypeScript definition file from the exported embind bindings. The program will be instrumented and run in node in order to to generate the file. Note: the program will need to be rebuilt without this flag to be executed normally.
389
+
Generate a TypeScript definition file from the exported embind bindings. The
390
+
program will be instrumented and run in node in order to to generate the file.
391
+
Note that the program itself will not be generated when this flag is
392
+
used. You will need to be rebuild without this flag to build the program
0 commit comments