Add emrun command explanation

Laurentino Luna
2021-09-04 13:00:10 -03:00
parent fd79cf3ec8
commit 365e47f5e4

@ -220,6 +220,12 @@ Finally, access your game in the browser using:
localhost:8080/project_name.html
Alternatively, if you have the emscripten binaries in your path, you can run the following command
```
emrun project_name.html
```
And this will be the equivalent to writing the `wasm-server.py` program.
### Building with CLion/CMake/Emscripten for Web
Use the following **CMake options** (find them under **CLion > Preferences > Build,Execution,Deployment > CMake**)