Skip to content

Commit 09cb03a

Browse files
authored
Optimize binary size for WASM even more (pt 4)
1 parent 0dee346 commit 09cb03a

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

.github/workflows/release_playground.yml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -63,6 +63,8 @@ jobs:
6363
wasm-opt -Oz \
6464
--enable-bulk-memory \
6565
--enable-nontrapping-float-to-int \
66+
--vacuum \
67+
--converge \
6668
target/wasm32-wasip1/release/celq.wasm \
6769
-o celq.opt.wasm
6870
@@ -101,4 +103,4 @@ jobs:
101103
102104
git push
103105
104-
echo "✅ Changes pushed to playground repository"
106+
echo "✅ Changes pushed to playground repository"

0 commit comments

Comments
 (0)