Hacker News new | ask | show | jobs
by metaltyphoon 59 days ago
I don’t use zig daily, I rather use Rust, but damn this is awesome. I wish Rust would do this too.
1 comments

Do what? They do provide a significant number of prebuilt binaries?
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.