We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Using the -Os or -Oz compile time flag can reduce the file size, but the performance implications must be checked.
-Os
-Oz
The text was updated successfully, but these errors were encountered:
Reduce wasm file size #26
7f1f234
It's a bit slower now, but the file size went down from 21MB to 12MB.
Sorry, something went wrong.
No branches or pull requests
Using the
-Os
or-Oz
compile time flag can reduce the file size, but the performance implications must be checked.The text was updated successfully, but these errors were encountered: