Skip to content

Instantly share code, notes, and snippets.

@willwillis
Created August 27, 2025 02:47
Show Gist options
  • Save willwillis/561325957d74ee9d5ce162262a1ea785 to your computer and use it in GitHub Desktop.
Save willwillis/561325957d74ee9d5ce162262a1ea785 to your computer and use it in GitHub Desktop.
Rust static linking; max portability
rustup target add x86_64-unknown-linux-musl
cargo build --release --target x86_64-unknown-linux-musl
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment