summaryrefslogtreecommitdiff
path: root/frontend/_wasm/build.sh
blob: 98bf2c4e8f351e6e605f0dc01acd8e6f97b3fe21 (plain)
1
emcc -o output.js wasm.cpp Shader.cpp -s ALLOW_MEMORY_GROWTH=1 -s USE_WEBGL2=1 -s FULL_ES3=1 -s WASM=1 -s NO_EXIT_RUNTIME=1