Skip to content

Please, stop lying about your binaries magically having no dependencies if they’re written in #Rust or #Go. Both languages link to glibc dynamically by default, which means that glibc is their dependency. On systems with no glibc these binaries won’t run at all. #programming