mirror of
https://github.com/raysan5/raylib.git
synced 2025-12-25 10:22:33 -05:00
Add emrun command explanation
@ -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**)
|
||||
|
||||
Reference in New Issue
Block a user