twiggy
A code-size profiler for WebAssembly
Subcommands
Name | Description |
---|---|
diff | Diff the old and new versions of a binary to see what sizes changed |
dominators | Compute and display the dominator tree for a binary's call graph |
garbage | Find and display code and data that is not transitively referenced by any exports or public functions |
help | Prints this message or the help of the given subcommand(s) |
monos | List the generic function monomorphizations that are contributing to code bloat |
paths | Find and display the call paths to a function in the given binary's call graph |
top | List the top code size offenders in a binary |
Options
Name | Description |
---|---|
--help, -h | Prints help information |
--version, -v | Prints version information |