Skip to content

Commit

Permalink
First commit
Browse files Browse the repository at this point in the history
  • Loading branch information
baudaux committed Oct 16, 2024
0 parents commit 06cae15
Show file tree
Hide file tree
Showing 3 changed files with 18,503 additions and 0 deletions.
2 changes: 2 additions & 0 deletions build.sh
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
emcc src/raylib_qjs.c -c -o raylib_qjs.o -sSIDE_MODULE=1 -I ../gfx/raylib251123/src/ -I ../gfx/raygui/src/ -I ../quickjs/ -sMIN_WEBGL_VERSION=2 -sMAX_WEBGL_VERSION=2 -sFULL_ES3 -O3
emcc raylib_qjs.o ../gfx/raylib251123/src/libraylib.dyn.a ../gfx/glfw/src/build/libglfw.dyn.a ../gfx/exa-wayland/src/build/libexa-wayland.dyn.a -o raylib_qjs.so -sSIDE_MODULE=1 -sMIN_WEBGL_VERSION=2 -sMAX_WEBGL_VERSION=2 -sFULL_ES3 -sEXPORTED_RUNTIME_METHODS=ccall,cwrap
Loading

0 comments on commit 06cae15

Please sign in to comment.