File tree 1 file changed +3
-0
lines changed
1 file changed +3
-0
lines changed Original file line number Diff line number Diff line change @@ -361,6 +361,7 @@ create minimum sized container images that run Rust binaries.
361
361
- [ The dark side of inlining and monomorphization - 2023] [ dark-side-of-inlining ]
362
362
- [ Making Rust binaries smaller by default - 2024] [ making-rust-binaries-smaller-by-default ]
363
363
- [ Tock Binary Size - 2024] [ tock-binary-size ]
364
+ - [ Trimming down a rust binary in half - 2024] [ trimming-down-a-rust-binary-in-half ]
364
365
- [ ` min-sized-rust-windows ` ] [ min-sized-rust-windows ] - Windows-specific tricks to reduce binary size
365
366
- [ Shrinking ` .wasm ` Code Size] [ shrinking-wasm-code-size ]
366
367
@@ -394,6 +395,8 @@ create minimum sized container images that run Rust binaries.
394
395
395
396
[ tock-binary-size ] : https://tweedegolf.nl/en/blog/126/tock-binary-size
396
397
398
+ [ trimming-down-a-rust-binary-in-half ] : https://tech.dreamleaves.org/trimming-down-a-rust-binary-in-half/
399
+
397
400
[ min-sized-rust-windows ] : https://github.com/mcountryman/min-sized-rust-windows
398
401
399
402
[ shrinking-wasm-code-size ] : https://rustwasm.github.io/docs/book/reference/code-size.html
You can’t perform that action at this time.
0 commit comments