aboutsummaryrefslogtreecommitdiff
path: root/distrib.sh
diff options
context:
space:
mode:
Diffstat (limited to 'distrib.sh')
-rwxr-xr-xdistrib.sh6
1 files changed, 6 insertions, 0 deletions
diff --git a/distrib.sh b/distrib.sh
index 6f7b733..d2a486f 100755
--- a/distrib.sh
+++ b/distrib.sh
@@ -6,6 +6,12 @@ make clean
make -j6 config=release_gnu64
zip distrib/gnu64.zip mallocbullet pack
+make emscripten
+cd ems/out
+mv mallocbullet.html index.html
+zip ../../distrib/emscripten.zip index.html mallocbullet.js mallocbullet.wasm
+cd ../../
+
make clean
make -j6 config=release_gnu32
zip distrib/gnu32.zip mallocbullet pack