← Back to context

Comment by orf

3 days ago

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.