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 aa99431 commit 2194e3fCopy full SHA for 2194e3f
docs/README_emscripten.md
@@ -35,7 +35,7 @@ If you want to specify some additional ad hoc build parameters, you can use the
35
FHEROES2_WITH_THREADS=ON LDFLAGS="-sMODULARIZE -sEXPORTED_RUNTIME_METHODS=run -sEXPORT_NAME=fheroes2" emmake make -f Makefile.emscripten
36
```
37
38
-will build fheroes2 with multithreading support and with additional parameters to create a module.
+will build fheroes2 with multithreading support, as well as with additional parameters for creating a module.
39
40
## Running the Wasm port on a web server
41
0 commit comments