Skip to content

Commit 4ab9c34

Browse files
committed
Link to some similar tools
1 parent ea88210 commit 4ab9c34

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

README.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -133,6 +133,11 @@ Rust crates out of the box.
133133
After modifying the image, run `./test-image` to make sure that everything
134134
works.
135135

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+
136141
## License
137142

138143
Either the [Apache 2.0 license](./LICENSE-APACHE.txt), or the

0 commit comments

Comments
 (0)