mirror of
https://github.com/HarbourMasters/SpaghettiKart
synced 2026-05-23 06:54:37 -04: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>
4 lines
174 B
Bash
4 lines
174 B
Bash
sudo docker pull ysugimoto/webassembly-lua
|
|
sudo docker run --rm -v $PWD:/src ysugimoto/webassembly-lua emcc-lua
|
|
rm ../../build/test.wasm
|
|
cp testlua.wasm ../../build/test.wasm |