From f71ee5d91d4f674db5f95304d13817f41611437c Mon Sep 17 00:00:00 2001 From: johnthagen Date: Sun, 27 Oct 2024 12:46:49 -0400 Subject: [PATCH] Add reference to Trimming down a rust binary in half --- README.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/README.md b/README.md index d2b88ac..1d20a82 100644 --- a/README.md +++ b/README.md @@ -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] @@ -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