Hacker News new | ask | show | jobs
by askonomm 958 days ago
You might enjoy this blog post: https://darkcoding.net/software/a-very-small-rust-binary-ind...

It illustrates the steps to take Rust from 3.6MiB executable to 400 bytes, by stripping more and more things away, and changing things.

2 comments

Also see min-sized-rust repo[1], which also has this blog post at the bottom (along with others)

[1] https://github.com/johnthagen/min-sized-rust

thank you! I am currently enjoying it