How this analysis was created: This summary and feature list were written by an AI model that read the project's README and public documentation pages. Each feature links to the documentation it came from; stars, license and language come straight from the GitHub API. The model does not read the source code, and the analysis is refreshed when the project is re-analysed. Learn more on our About page.
Twiggy🌱 is a code size profiler
The main features of rustwasm/twiggy are: Infrastructure and Configuration, Static Analysis Tools, Binary Analysis.
Open-source alternatives to rustwasm/twiggy include: shnatsel/rust-audit — Make production Rust binaries auditable. jkinder/jakstab — The Jakstab static analysis platform for binaries. google/bloaty — Bloaty is a binary size profiler and executable format analyzer that attributes every byte of a binary to specific… microsoft/binskim — A binary static analysis tool that provides security and correctness results for Windows Portable Executable and *nix… horsicq/nauz-file-detector — Linker/Compiler/Tool detector for Windows, Linux and MacOS. google/afl — AFL is a coverage-guided fuzzer and security vulnerability scanner used to identify software bugs and memory…
Bloaty is a binary size profiler and executable format analyzer that attributes every byte of a binary to specific symbols or compile units. It functions as a compilation unit profiler and C++ symbol demangler, mapping binary size back to source files and translating mangled names into human-readable formats. The project distinguishes itself as a binary diffing tool capable of comparing two versions of a binary to isolate specific symbols or sections responsible for size regressions. It provides specialized support for recovering symbols in stripped binaries by associating them with external
Linker/Compiler/Tool detector for Windows, Linux and MacOS.
A binary static analysis tool that provides security and correctness results for Windows Portable Executable and *nix ELF binary formats