about summary refs log tree commit diff stats
path: root/c/sand/build.sh
diff options
context:
space:
mode:
authorelioat <elioat@tilde.institute>2024-04-15 14:36:16 -0400
committerelioat <elioat@tilde.institute>2024-04-15 14:36:16 -0400
commite80d2a31862110c8913358027905cbcf905274ce (patch)
tree4d55e65c5ba6d7f6f80fc649e5881cea9ec65b7f /c/sand/build.sh
parentbfc3d1d29278d286677aba7e75dbae3dc43bc193 (diff)
downloadtour-e80d2a31862110c8913358027905cbcf905274ce.tar.gz
c
Diffstat (limited to 'c/sand/build.sh')
-rwxr-xr-xc/sand/build.sh3
1 files changed, 3 insertions, 0 deletions
diff --git a/c/sand/build.sh b/c/sand/build.sh
new file mode 100755
index 0000000..4accc08
--- /dev/null
+++ b/c/sand/build.sh
@@ -0,0 +1,3 @@
+#!/bin/bash
+
+emcc sand.c -o sand.js -s WASM=1 -O3
\ No newline at end of file