We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0dee346 commit 09cb03aCopy full SHA for 09cb03a
.github/workflows/release_playground.yml
@@ -63,6 +63,8 @@ jobs:
63
wasm-opt -Oz \
64
--enable-bulk-memory \
65
--enable-nontrapping-float-to-int \
66
+ --vacuum \
67
+ --converge \
68
target/wasm32-wasip1/release/celq.wasm \
69
-o celq.opt.wasm
70
@@ -101,4 +103,4 @@ jobs:
101
103
102
104
git push
105
- echo "✅ Changes pushed to playground repository"
106
+ echo "✅ Changes pushed to playground repository"
0 commit comments