Replies: 2 comments
-
I found this recommendations. |
Beta Was this translation helpful? Give feedback.
0 replies
-
Moving that to discussion |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Summary
Are there general guidance on how to reduce the size of the .wasm file produced by wasicc?
I tried to use gcc to compile the code natively which yields a 700k binary without -Wl,-dead_strip flags on macOS. With those options the binary is about 250k.
Using wasicc the binary is about 1.4mb - but not sure what compiler options can I use to trim the size down.
Any guidance on how to optimize for a smaller binary?
Beta Was this translation helpful? Give feedback.
All reactions