Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Remove wasm-opt #79

Closed
wants to merge 11 commits into from
3 changes: 1 addition & 2 deletions utils.mk
Original file line number Diff line number Diff line change
@@ -1,6 +1,5 @@
define ic-wasm
echo "Optimize with ic-wasm"; \
for f in $(1)/*/*.wasm; do ic-wasm -o $$f $$f shrink --optimize O3 --keep-name-section; done
echo "No Optimize!"
endef

define build_with_mops
Expand Down