summaryrefslogtreecommitdiff
path: root/script/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'script/Makefile')
-rw-r--r--script/Makefile2
1 files changed, 2 insertions, 0 deletions
diff --git a/script/Makefile b/script/Makefile
new file mode 100644
index 0000000..2e24e90
--- /dev/null
+++ b/script/Makefile
@@ -0,0 +1,2 @@
+all:
+ emcc entry.c -sEXPORTED_FUNCTIONS="_entry,_allocate,_deallocate" -o ../mod.wasm --no-entry