Skip to content

Commit

Permalink
Paraphrase the sentence
Browse files Browse the repository at this point in the history
  • Loading branch information
oleg-derevenetz committed Jan 11, 2025
1 parent 534b56f commit 2a07f1b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions docs/README_emscripten.md
Original file line number Diff line number Diff line change
Expand Up @@ -29,13 +29,13 @@ emmake make -f Makefile.emscripten

### Building with additional parameters

If you want to specify some additional ad hoc build parameters, you can use the appropriate environment variables for this, for example:
If you want to specify some additional ad hoc build parameters, you can use the appropriate environment variables for this. For example, the following command:

```sh
FHEROES2_WITH_THREADS=ON LDFLAGS="-sMODULARIZE -sEXPORTED_RUNTIME_METHODS=run -sEXPORT_NAME=fheroes2" emmake make -f Makefile.emscripten
```

will build fheroes2 with multithreading support, as well as with additional parameters for creating a module.
will build a WebAssembly binary with multithreading support, as well as with additional parameters for creating a module.

## Running the Wasm port on a web server

Expand Down

0 comments on commit 2a07f1b

Please sign in to comment.