summaryrefslogtreecommitdiff
path: root/mods/C/compile.sh
blob: b417dc02bccd913973e0a5cc9e35be7f124a85da (plain)
1
2
3
4
emcc test.c -o testc.wasm -O3 -s LINKABLE=1 -s EXPORT_ALL=1 -s PURE_WASI=1
mkdir -p ../../build/mods/
rm ../../build/mods/test.wasm
cp testc.wasm ../../build/mods/test.wasm