summaryrefslogtreecommitdiff
path: root/frontend/_wasm/intro/build.sh
diff options
context:
space:
mode:
Diffstat (limited to 'frontend/_wasm/intro/build.sh')
-rwxr-xr-xfrontend/_wasm/intro/build.sh1
1 files changed, 0 insertions, 1 deletions
diff --git a/frontend/_wasm/intro/build.sh b/frontend/_wasm/intro/build.sh
deleted file mode 100755
index 3c82f7e..0000000
--- a/frontend/_wasm/intro/build.sh
+++ /dev/null
@@ -1 +0,0 @@
-emcc -o dist/output.js intro.cpp Shader.cpp -s ALLOW_MEMORY_GROWTH=1 -s USE_WEBGL2=1 -s FULL_ES3=1 -s WASM=1 -s NO_EXIT_RUNTIME=1