philipc / twiggy

Twiggy🌱 is a code size profiler

Home Page:https://rustwasm.github.io/twiggy

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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

https://rustwasm.github.io/twiggy

License:Apache License 2.0


Languages

Language:Rust 76.4%Language:JavaScript 8.8%Language:CSS 7.1%Language:HTML 5.2%Language:WebAssembly 1.3%Language:Shell 0.8%Language:C++ 0.3%