Hacker News new | ask | show | jobs
by orf 59 days ago
Do what? They do provide a significant number of prebuilt binaries?
1 comments

Rust relies on a linker being installed (hopefully this will change). There is a lot of Rust libraries that are c wrappers and therefore you will need C compiler installed.

Zig on the other hand ships with everything I need to buy from one host to multiple targets out of the box.