How is the cross-compilation of these 3 languages compared to Golang? I suggested Golang because it’s super easy, just set the correct GOARCH and you’re good to go.
yellowapple
Zig is also super easy; just use the -target flag and you're good to go.
Pretty sure Rust is only slightly less easy. No idea about Nim.