A Template for using Raylib on Desktop, and WASM using Emscripten
- Works well in Windows (It probably also works for the other desktop platforms but I didn't test it)
- Logging on WASM Works!
- Hot Reloading (Tested on Windows)
- Most of Core Libraries (fmt, os, time, etc.)
:: For Hot Reloading
.\build_reload.bat
:: For Releasing
.\build_release.bat
.\build_wasm
cd wasm_build
:: Run the a local http server
python -m http.server