summaryrefslogtreecommitdiffhomepage
path: root/build/temp/emcc_command
blob: 157295eb5d88e5cd456f3be9128fe3c5fb50f545 (plain)
1
2
3
4
5
emcc -o game.html game.c -Os -Wall ./path-to/libraylib.a -I. -Ipath-to-raylib-h -L. -Lpath-to-libraylib-a -s USE_GLFW=3 --shell-file path-to/shell.html -DPLATFORM_WEB

emcc -s WASM=1 -Os -I mruby/include hello_ruby.c mruby/build/emscripten/lib/libmruby.a -o hello_ruby.js --closure 1

emcc -o game.html anything.c -Os -Wall -I ../../mruby/include/ -I ../raylib/src/ -DPLATFORM_WEB --shell-file ../../raylib/src/shell.html  ../../mruby/build/web/lib/libmruby.a ../../raylib_lib_files/web/libraylib.a --closure 1 -s USE_GLFW=3 -s ASYNCIFY