obsidiandynamics/rust-xcomp
Cross-compilation for Rust
34
rust-xcomp
Cross-compilation support for Rust.
Native linkers are courtesy of MinGW-w64 and OSXCross – supporting i686
and x86_64
Windows targets, and Darwin/macOS targets for x86_64
and aarch64
/arm64
.
To compile, run cargo build --target <target>
, setting <target>
as needed.
Repository: github.com/obsidiandynamics/rust-xcomp.
docker pull obsidiandynamics/rust-xcomp