Y
Hacker News
new
|
ask
|
show
|
jobs
by
v_lisivka
2816 days ago
In Fedora, Firefox, LibreOffice, and Chromium are contain no bundled libraries. Main offenders of "no bundled lib" rule are Go and Rust applications.
1 comments
Conan_Kudo
2816 days ago
In Fedora, Rust applications don't have bundled dependencies, but since Rust doesn't provide a stable ABI, we statically link the libraries into the application for now.
link