File tree Expand file tree Collapse file tree 1 file changed +2
-0
lines changed Expand file tree Collapse file tree 1 file changed +2
-0
lines changed Original file line number Diff line number Diff line change @@ -354,6 +354,7 @@ create minimum sized container images that run Rust binaries.
354
354
- [ Avoiding allocations in Rust to shrink Wasm modules - 2022] [ avoiding-allocations-shrink-wasm ]
355
355
- [ A very small Rust binary indeed - 2022] [ a-very-small-rust-binary ]
356
356
- [ The dark side of inlining and monomorphization - 2023] [ dark-side-of-inlining ]
357
+ - [ Making Rust binaries smaller by default - 2024] [ making-rust-binaries-smaller-by-default ]
357
358
- [ ` min-sized-rust-windows ` ] [ min-sized-rust-windows ] - Windows-specific tricks to reduce binary size
358
359
- [ Shrinking ` .wasm ` Code Size] [ shrinking-wasm-code-size ]
359
360
@@ -370,6 +371,7 @@ create minimum sized container images that run Rust binaries.
370
371
[ avoiding-allocations-shrink-wasm ] : https://nickb.dev/blog/avoiding-allocations-in-rust-to-shrink-wasm-modules/
371
372
[ a-very-small-rust-binary ] : https://darkcoding.net/software/a-very-small-rust-binary-indeed/
372
373
[ dark-side-of-inlining ] : https://nickb.dev/blog/the-dark-side-of-inlining-and-monomorphization/
374
+ [ making-rust-binaries-smaller-by-default ] : https://kobzol.github.io/rust/cargo/2024/01/23/making-rust-binaries-smaller-by-default.html
373
375
[ min-sized-rust-windows ] : https://github.com/mcountryman/min-sized-rust-windows
374
376
[ shrinking-wasm-code-size ] : https://rustwasm.github.io/docs/book/reference/code-size.html
375
377
You can’t perform that action at this time.
0 commit comments