Skip to content

Commit f5faa02

Browse files
committed
Document --host-runner argument as alternative to nvm
1 parent 48e1eb2 commit f5faa02

1 file changed

Lines changed: 4 additions & 1 deletion

File tree

getting-started/setup-building.rst

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -541,7 +541,10 @@ Once built for a given Emscripten version, they will not be rebuilt on
541541
subsequent runs unless there is a change in the version or build script for the
542542
dependency.
543543

544-
It is assumed that nvm_ is installed in `${HOME}/.nvm`.
544+
It is assumed that nvm_ is installed in ``${HOME}/.nvm``. If you don't have nvm
545+
installed or don't want to use it, you can pass ``--host-runner node`` to the
546+
``build`` command. The argument should either be the name of an executable that
547+
can be found on the ``PATH`` or a relative or absolute path to an executable.
545548

546549
If you omit the ``EMSDK_CACHE`` environment variable, the build script will
547550
assume that the current environment has the Emscripten tools available. You are

0 commit comments

Comments
 (0)