Created
August 27, 2025 02:47
-
-
Save willwillis/561325957d74ee9d5ce162262a1ea785 to your computer and use it in GitHub Desktop.
Rust static linking; max portability
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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