From c8940e2e6542965a8bdb9295859a110d297985b4 Mon Sep 17 00:00:00 2001 From: quou Date: Sat, 6 May 2023 18:44:43 +1000 Subject: Update distrib.sh --- distrib.sh | 6 ++++++ 1 file changed, 6 insertions(+) (limited to 'distrib.sh') 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 -- cgit v1.2.3-54-g00ecf