I was updating the version of Jiff I use, and noticed that since v0.2.16 there have been some really big increases in file sizes. These are the final wasm sizes for my app (release build). No changes to my code other than changing which version of Jiff I use.
| Jiff Version |
Final WASM size |
| v0.2.15 |
624KB |
| v0.2.16 |
625KB |
| v0.2.17-0.2.18 |
716KB |
| v0.2.19 |
731KB |
| v0.2.20-0.2.24 |
740KB |
That's an increase of 115KB or 19% of my final binary size purely from updating Jiff. Ironically the changelog for v0.2.17 says it "contains binary size improvements to Jiff"!
Rust version = 1.94.0
Target = wasm32-unknown-emscripten
I'm using Jiff with default-features = false.
I was updating the version of Jiff I use, and noticed that since v0.2.16 there have been some really big increases in file sizes. These are the final wasm sizes for my app (release build). No changes to my code other than changing which version of Jiff I use.
That's an increase of 115KB or 19% of my final binary size purely from updating Jiff. Ironically the changelog for v0.2.17 says it "contains binary size improvements to Jiff"!
Rust version = 1.94.0
Target = wasm32-unknown-emscripten
I'm using Jiff with
default-features = false.