Include emscripten build functions
Co-authored-by: sigonasr2 <sigonasr2@gmail.com>
This commit is contained in:
parent
e6ad015689
commit
77ba0369fb
4
emscripten_build.sh
Executable file
4
emscripten_build.sh
Executable file
@ -0,0 +1,4 @@
|
||||
clear
|
||||
source ./emsdk/emsdk_env.sh
|
||||
emcmake cmake .
|
||||
cmake --build . -j 8
|
3
emscripten_run.sh
Executable file
3
emscripten_run.sh
Executable file
@ -0,0 +1,3 @@
|
||||
cp AdventuresInLestoria/play.html ./bin
|
||||
source ./emsdk/emsdk_env.sh
|
||||
emrun --no_browser bin/play.html
|
Loading…
x
Reference in New Issue
Block a user