Hacker News new | ask | show | jobs
by nsvd2 245 days ago
Static compilation and static linking are two separate things - however, Rust is both statically compiled and (usually) uses static linking of dependency libraries.
1 comments

You’re right. I mean static linking.

And by default Rust does not. Needs glibc.