Hacker News new | ask | show | jobs
by paxswill 1569 days ago
Rust links glibc dynamically, and can use musl for some platforms. By default most (all?) of the musl targets are linked statically, but they should be able to use dynamic linking for it as well.