You've already forked SpaghettiKart
mirror of
https://github.com/izzy2lost/SpaghettiKart.git
synced 2026-03-26 16:57:37 -07:00
75344d87eb
* Update Engine.cpp * minor fix and update LUS (#119) * minor fix and update LUS * update torch * Update torch * Implement jumbotron framebuffer effect * Update skybox_and_splitscreen.c --------- Co-authored-by: coco875 <59367621+coco875@users.noreply.github.com> Co-authored-by: Adam Bird <archez39@me.com>
6 lines
241 B
Bash
6 lines
241 B
Bash
py2many . --cpp=1 --outdir out
|
|
echo "#include \"../export.cpp\"" >> out/main.cpp
|
|
emcc out/main.cpp -o out/testpython.wasm -O3 -s LINKABLE=1 -s EXPORT_ALL=1 -s PURE_WASI=1
|
|
rm ../../build/test.wasm
|
|
cp out/testpython.wasm ../../build/test.wasm
|