Hacker News new | ask | show | jobs
by steveklabnik 3554 days ago
It's easier for a distro to do dynamic linking for Rust binaries, since they can mandate a single compiler version across the ecosystem.
1 comments

True. If dynamic linking is all that's needed to get tiny binaries, then that's probably sufficient from the distro's point of view.