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

#1353 in WebAssembly

Download history 100/week @ 2023-11-30 155/week @ 2023-12-07 99/week @ 2023-12-14 71/week @ 2023-12-21 81/week @ 2023-12-28 146/week @ 2024-01-04 138/week @ 2024-01-11 113/week @ 2024-01-18 122/week @ 2024-01-25 128/week @ 2024-02-01 121/week @ 2024-02-08 189/week @ 2024-02-15 181/week @ 2024-02-22 165/week @ 2024-02-29 205/week @ 2024-03-07 156/week @ 2024-03-14

730 downloads per month
Used in 5 crates (4 directly)

Apache-2.0/MIT

24KB
529 lines

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!

Read the Twiggy guide!

Dependencies

~2.3–3MB
~64K SLoC