7 releases (breaking)
0.7.0 | Aug 30, 2021 |
---|---|
0.6.0 | Jun 27, 2019 |
0.5.0 | May 15, 2019 |
0.4.0 | Feb 2, 2019 |
0.1.0 | May 3, 2018 |
#1504 in WebAssembly
450 downloads per month
Used in twiggy
85KB
2K
SLoC
Twiggy🌱
A code size profiler for Wasm
Guide | Contributing | Chat
Built with 🦀🕸 by The Rust and WebAssembly Working Group
About
Twiggy is a code size profiler for Wasm. It analyzes a binary's call graph to answer questions like:
-
Why was this function included in the binary in the first place? Who calls it?
-
What is the retained size of this function? I.e. how much space would be saved if I removed it and all the functions that become dead code after its removal.
Use Twiggy to make your binaries slim!
Install Twiggy
Ensure that you have the Rust toolchain installed, then run:
cargo install twiggy
Learn More!
Dependencies
~7–10MB
~177K SLoC