A Template for making Odin, Raylib, and WASM (Emscripten) projects
Warning
This repository is now archived, Karl Zylinksi makes a better version of the template you can find it here: https://github.com/karl-zylinski/odin-raylib-web
- Works well in Windows (It probably also works for the other desktop platforms but I didn't test it)
- Logging on WASM Works!
- Most of Core Libraries (fmt, os, time, etc.)
.\build.bat
Note
In build_web.bat
, you need to modify the path to where your emsdk_env.bat
is located
.\build_web.bat
:: For running
cd build_web
python -m http.server