@@ -342,13 +342,13 @@ create minimum sized container images that run Rust binaries.
342
342
343
343
- [ 151-byte static Linux binary in Rust - 2015] [ 151-byte-static-linux-binary ]
344
344
- [ Why is a Rust executable large? - 2016] [ why-rust-binary-large ]
345
- - [ Freestanding Rust Binary - 2018] ( https://os.phil-opp.com/freestanding-rust-binary/ )
346
345
- [ Tiny Rocket - 2018] ( https://jamesmunns.com/blog/tinyrocket/ )
347
346
- [ Formatting is Unreasonably Expensive for Embedded Rust - 2019] [ fmt-unreasonably-expensive ]
348
347
- [ Tiny Windows executable in Rust - 2019] [ tiny-windows-exe ]
349
348
- [ Making a really tiny WebAssembly graphics demos - 2019] [ tiny-webassembly-graphics ]
350
349
- [ Reducing the size of the Rust GStreamer plugin - 2020] [ gstreamer-plugin ]
351
350
- [ Optimizing Rust Binary Size - 2020] [ optimizing-rust-binary-size ]
351
+ - [ Optimize Rust binaries size with cargo and Semver - 2021] [ optimize-with-cargo-and-semver ]
352
352
- [ Tighten rust’s belt: shrinking embedded Rust binaries - 2022] [ tighten-rusts-belt ]
353
353
- [ Avoiding allocations in Rust to shrink Wasm modules - 2022] [ avoiding-allocations-shrink-wasm ]
354
354
- [ A very small Rust binary indeed - 2022] [ a-very-small-rust-binary ]
@@ -361,6 +361,7 @@ create minimum sized container images that run Rust binaries.
361
361
[ tiny-webassembly-graphics ] : https://cliffle.com/blog/bare-metal-wasm/
362
362
[ gstreamer-plugin ] : https://www.collabora.com/news-and-blog/blog/2020/04/28/reducing-size-rust-gstreamer-plugin/
363
363
[ optimizing-rust-binary-size ] : https://arusahni.net/blog/2020/03/optimizing-rust-binary-size.html
364
+ [ optimize-with-cargo-and-semver ] : https://oknozor.github.io/blog/optimize-rust-binary-size/
364
365
[ tighten-rusts-belt ] : https://dl.acm.org/doi/abs/10.1145/3519941.3535075
365
366
[ avoiding-allocations-shrink-wasm ] : https://nickb.dev/blog/avoiding-allocations-in-rust-to-shrink-wasm-modules/
366
367
[ a-very-small-rust-binary ] : https://darkcoding.net/software/a-very-small-rust-binary-indeed/
0 commit comments