Skip to content
forked from rustwasm/twiggy

Twiggy is a code size profiler

License

Apache-2.0, MIT licenses found

Licenses found

Apache-2.0
LICENSE-APACHE
MIT
LICENSE-MIT
Notifications You must be signed in to change notification settings

erismart/twiggy

 
 

Repository files navigation

Twiggy🌱

Build Status

twiggy is a code size profiler.

It analyzes a binary's call graph to answer questions like:

  • Why was this function included in the binary in the first place?

  • 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!

Read the Twiggy guide!


Twiggy

About

Twiggy is a code size profiler

Resources

License

Apache-2.0, MIT licenses found

Licenses found

Apache-2.0
LICENSE-APACHE
MIT
LICENSE-MIT

Stars

Watchers

Forks

Packages

No packages published

Languages

  • Rust 75.5%
  • JavaScript 9.1%
  • CSS 7.4%
  • HTML 5.4%
  • WebAssembly 1.4%
  • Shell 0.9%
  • C++ 0.3%