Thread
Stories related to "Analyzing Binary Size Bloat in Tock" across the full archive.
`llvm-tools`, a new rustup component for binary inspection (objdump, nm, size) and profiling (profdata)
(internals.rust-lang.org)
I've created a powerful tool to help Go developers uncover the hidden giants in their compiled binaries. Go Size Analyzer is like an X-ray machine for your Go executables, revealing:<p>Which dependencies are eating up your binary size<p>Unexpected bloat from standard library or vendor packages<...
Fully-Featured FM Synthesizer in the Browser made with Rust, Web Audio, and SIMD WebAssembly
(notes.ameo.design)
I wrote a blog post going over the technical details of both FM synthesis as well as the process of building the synth by compiling Rust to WebAssembly and running it performantly in the browser via Web Audio: https://cprimozic.net/blog/fm-synth-rust-wasm-simd/
Full source code: https://github.co...
Analyzing BSD Kernels for Uninitialized Memory Disclosures using Binary Ninja
(zerodayinitiative.com)