Skip to content

Commit f3da56c

Browse files
committed
Add reference to Tock Binary Size
1 parent 17406df commit f3da56c

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

README.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -353,6 +353,7 @@ create minimum sized container images that run Rust binaries.
353353
- [A very small Rust binary indeed - 2022][a-very-small-rust-binary]
354354
- [The dark side of inlining and monomorphization - 2023][dark-side-of-inlining]
355355
- [Making Rust binaries smaller by default - 2024][making-rust-binaries-smaller-by-default]
356+
- [Tock Binary Size - 2024][tock-binary-size]
356357
- [`min-sized-rust-windows`][min-sized-rust-windows] - Windows-specific tricks to reduce binary size
357358
- [Shrinking `.wasm` Code Size][shrinking-wasm-code-size]
358359

@@ -384,6 +385,8 @@ create minimum sized container images that run Rust binaries.
384385

385386
[making-rust-binaries-smaller-by-default]: https://kobzol.github.io/rust/cargo/2024/01/23/making-rust-binaries-smaller-by-default.html
386387

388+
[tock-binary-size]: https://tweedegolf.nl/en/blog/126/tock-binary-size
389+
387390
[min-sized-rust-windows]: https://github.com/mcountryman/min-sized-rust-windows
388391

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

0 commit comments

Comments
 (0)