Hacker News new | ask | show | jobs
by pjmlp 479 days ago
> Go is no longer able to be built into a single static binary.

Neither does Rust technically, as it depends on the platform OS APIs, which outside embedded OSes, are only available as dynamic libraries on modern OSes.