mirror of
https://github.com/raysan5/raylib.git
synced 2026-02-04 05:09:17 -05:00
Add emrun command explanation
@ -220,6 +220,12 @@ Finally, access your game in the browser using:
|
|||||||
|
|
||||||
localhost:8080/project_name.html
|
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
|
### Building with CLion/CMake/Emscripten for Web
|
||||||
|
|
||||||
Use the following **CMake options** (find them under **CLion > Preferences > Build,Execution,Deployment > CMake**)
|
Use the following **CMake options** (find them under **CLion > Preferences > Build,Execution,Deployment > CMake**)
|
||||||
|
|||||||
Reference in New Issue
Block a user