Y
Hacker News
new
|
ask
|
show
|
jobs
by
jteppinette
2710 days ago
Does anyone know how the C code is ported to the web in the examples?
1 comments
VikingCoder
2710 days ago
Looks like emscripten:
https://github.com/raysan5/raylib/blob/master/games/Makefile
link
raysan5
2709 days ago
yes, emscriptem, compiled to WASM... but current web examples are still asm.js. Web needs some update...
link
https://github.com/raysan5/raylib/blob/master/games/Makefile