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 @@ -325,6 +325,7 @@ create minimum sized Docker containers that run Rust binaries.
325
325
- [ Making a really tiny WebAssembly graphics demos - 2019] [ tiny-webassembly-graphics ]
326
326
- [ Reducing the size of the Rust GStreamer plugin - 2020] [ gstreamer-plugin ]
327
327
- [ Tighten rust’s belt: shrinking embedded Rust binaries - 2022] [ tighten-rusts-belt ]
328
+ - [ Avoiding allocations in Rust to shrink Wasm modules - 2022] [ avoiding-allocations-shrink-wasm ]
328
329
- [ ` min-sized-rust-windows ` ] [ min-sized-rust-windows ] - Windows-specific tricks to reduce binary size
329
330
330
331
[ why-rust-binary-large ] : https://lifthrasiir.github.io/rustlog/why-is-a-rust-executable-large.html
@@ -333,6 +334,7 @@ create minimum sized Docker containers that run Rust binaries.
333
334
[ tiny-webassembly-graphics ] : https://cliffle.com/blog/bare-metal-wasm/
334
335
[ gstreamer-plugin ] : https://www.collabora.com/news-and-blog/blog/2020/04/28/reducing-size-rust-gstreamer-plugin/
335
336
[ tighten-rusts-belt ] : https://dl.acm.org/doi/abs/10.1145/3519941.3535075
337
+ [ avoiding-allocations-shrink-wasm ] : https://nickb.dev/blog/avoiding-allocations-in-rust-to-shrink-wasm-modules/
336
338
[ min-sized-rust-windows ] : https://github.com/mcountryman/min-sized-rust-windows
337
339
338
340
<!-- Badges -->
You can’t perform that action at this time.
0 commit comments