# Functions
GoBinary compiles a Go binary for the given OS and architecture with GCP enabled
This file was inspired by the blog post: https://lucor.dev/post/cross-compile-golang-fyne-project-using-zig/.
CompileRustBinary compiles a Rust binary for the given OS and architecture
We're using zigbuild to perform easy cross compiling.