aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorquou <quou@disroot.org>2023-05-06 18:44:43 +1000
committerquou <quou@disroot.org>2023-05-06 18:44:43 +1000
commitc8940e2e6542965a8bdb9295859a110d297985b4 (patch)
treef21efd6c1a5372aa09295d96e65ba32f5985f029
parent4629675329f872c9dd4672402b9b9e5e593fec19 (diff)
Update 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