GeistHaus
log in · sign up

Zig Makes Rust Cross-compilation Just Work

actually.fyi

Cross-compiling to ARM MacOS with Zig is Easy.

5 pages link to this URL
Maintain it With Zig

No matter what language you program in or what applications you use: everything you do with a computer today is powered at some level by a piece of C/C++ code.

2 inbound links website en
Cross-compiling with Rust

So you've just finished writing an application in Rust, congratulations! So how do you go about compiling a release version? And how do you do it for other operating systems...