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 @@ -353,6 +353,7 @@ create minimum sized container images that run Rust binaries.
353
353
- [ Tighten rust’s belt: shrinking embedded Rust binaries - 2022] [ tighten-rusts-belt ]
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
+ - [ The dark side of inlining and monomorphization - 2023] [ dark-side-of-inlining ]
356
357
- [ ` min-sized-rust-windows ` ] [ min-sized-rust-windows ] - Windows-specific tricks to reduce binary size
357
358
- [ Shrinking ` .wasm ` Code Size] [ shrinking-wasm-code-size ]
358
359
@@ -368,6 +369,7 @@ create minimum sized container images that run Rust binaries.
368
369
[ tighten-rusts-belt ] : https://dl.acm.org/doi/abs/10.1145/3519941.3535075
369
370
[ avoiding-allocations-shrink-wasm ] : https://nickb.dev/blog/avoiding-allocations-in-rust-to-shrink-wasm-modules/
370
371
[ a-very-small-rust-binary ] : https://darkcoding.net/software/a-very-small-rust-binary-indeed/
372
+ [ dark-side-of-inlining ] : https://nickb.dev/blog/the-dark-side-of-inlining-and-monomorphization/
371
373
[ min-sized-rust-windows ] : https://github.com/mcountryman/min-sized-rust-windows
372
374
[ shrinking-wasm-code-size ] : https://rustwasm.github.io/docs/book/reference/code-size.html
373
375
You can’t perform that action at this time.
0 commit comments