Overview
go-size-analyzer is a tool that analyzes Go binary sizes using treemap visualizations. The tool runs directly in browsers via WebAssembly, allowing developers to analyze compiled binaries without local installation.
Key Points
- Provides treemap visualization of Go binaries - helps developers identify what’s bloating their application sizes
- Compiled to WebAssembly and hosted online - no installation required, just upload your binary to the browser
- Shows detailed breakdown of dependencies, standard library packages, and debug sections - pinpoints exactly where storage is being consumed
- Demonstrates Go ecosystem’s strong tooling capabilities - exemplifies how Go tools prioritize developer experience and accessibility