Skip to content

Latest commit

 

History

History
3 lines (2 loc) · 179 Bytes

Web build.md

File metadata and controls

3 lines (2 loc) · 179 Bytes

Building for web

emcc -o onda_cuerda.html onda_cuerda.c -Os -Wall ./web/libraylib.a -I./web/ -L./web/ -s USE_GLFW=3 -s ASYNCIFY --shell-file web/minshell.html -DPLATFORM_WEB