|
|
|
|
|
by IshKebab
3424 days ago
|
|
I think that's mostly because Go trivially generates static binaries, and cross-compiling is also trivial (as long as you don't use CGo). I can't actually think of a single other language that matches that. Rust might get there one day but cross-compiling still requires a C cross-compiler (ugh) and C dependencies (e.g. OpenSSL) are often dynamically linked. |
|
Most wrappers should at least provide an option to statically link the C; I know the OpenSSL ones do.