We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ea88210 commit 4ab9c34Copy full SHA for 4ab9c34
README.md
@@ -133,6 +133,11 @@ Rust crates out of the box.
133
After modifying the image, run `./test-image` to make sure that everything
134
works.
135
136
+## Other ways to build portable Rust binaries
137
+
138
+- [messense/rust-musl-cross](https://github.com/messense/rust-musl-cross) shows how to build binaries for many different architectures.
139
+- [japaric/rust-cross](https://github.com/japaric/rust-cross) has extensive instructions on how to cross-compile Rust applications.
140
141
## License
142
143
Either the [Apache 2.0 license](./LICENSE-APACHE.txt), or the
0 commit comments