Skip to content

Commit f71ee5d

Browse files
committed
Add reference to Trimming down a rust binary in half
1 parent 8dcb3a0 commit f71ee5d

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

README.md

+3
Original file line numberDiff line numberDiff line change
@@ -361,6 +361,7 @@ create minimum sized container images that run Rust binaries.
361361
- [The dark side of inlining and monomorphization - 2023][dark-side-of-inlining]
362362
- [Making Rust binaries smaller by default - 2024][making-rust-binaries-smaller-by-default]
363363
- [Tock Binary Size - 2024][tock-binary-size]
364+
- [Trimming down a rust binary in half - 2024][trimming-down-a-rust-binary-in-half]
364365
- [`min-sized-rust-windows`][min-sized-rust-windows] - Windows-specific tricks to reduce binary size
365366
- [Shrinking `.wasm` Code Size][shrinking-wasm-code-size]
366367

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

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

398+
[trimming-down-a-rust-binary-in-half]: https://tech.dreamleaves.org/trimming-down-a-rust-binary-in-half/
399+
397400
[min-sized-rust-windows]: https://github.com/mcountryman/min-sized-rust-windows
398401

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

0 commit comments

Comments
 (0)