Skip to content

Commit

Permalink
Add reference to Trimming down a rust binary in half
Browse files Browse the repository at this point in the history
  • Loading branch information
johnthagen committed Oct 27, 2024
1 parent 8dcb3a0 commit f71ee5d
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -361,6 +361,7 @@ create minimum sized container images that run Rust binaries.
- [The dark side of inlining and monomorphization - 2023][dark-side-of-inlining]
- [Making Rust binaries smaller by default - 2024][making-rust-binaries-smaller-by-default]
- [Tock Binary Size - 2024][tock-binary-size]
- [Trimming down a rust binary in half - 2024][trimming-down-a-rust-binary-in-half]
- [`min-sized-rust-windows`][min-sized-rust-windows] - Windows-specific tricks to reduce binary size
- [Shrinking `.wasm` Code Size][shrinking-wasm-code-size]

Expand Down Expand Up @@ -394,6 +395,8 @@ create minimum sized container images that run Rust binaries.

[tock-binary-size]: https://tweedegolf.nl/en/blog/126/tock-binary-size

[trimming-down-a-rust-binary-in-half]: https://tech.dreamleaves.org/trimming-down-a-rust-binary-in-half/

[min-sized-rust-windows]: https://github.com/mcountryman/min-sized-rust-windows

[shrinking-wasm-code-size]: https://rustwasm.github.io/docs/book/reference/code-size.html
Expand Down

0 comments on commit f71ee5d

Please sign in to comment.