Closed CoffeeFlux closed 2 years ago
Tagging subscribers to this area: @CoffeeFlux See info in area-owners.md if you want to be subscribed.
Author: | CoffeeFlux |
---|---|
Assignees: | - |
Labels: | `arch-wasm`, `area-VM-meta-mono`, `size-reduction` |
Milestone: | 6.0.0 |
Closing in favor of more general: https://github.com/dotnet/runtime/issues/60249 that aims in shrinking the whole dotnet.wasm
size.
This is surprisingly large in the uncompressed binary, especially with ICU linked in. It seems likely that getting rid of unnecessary strings, shrinking unused arrays, and deduplication efforts could potentially give us some wins post-compression, but we should try compressing a binary with the data section manually removed to see how much space it's taking up post-compression.
Invariant uncompressed:
ICU uncompressed: