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
- [ ` min-sized-rust-windows ` ] [ min-sized-rust-windows ] - Windows-specific tricks to reduce binary size
357
+ - [ Shrinking ` .wasm ` Code Size] [ shrinking-wasm-code-size ]
357
358
358
359
[ 151-byte-static-linux-binary ] : https://mainisusuallyafunction.blogspot.com/2015/01/151-byte-static-linux-binary-in-rust.html
359
360
[ why-rust-binary-large ] : https://lifthrasiir.github.io/rustlog/why-is-a-rust-executable-large.html
@@ -368,3 +369,4 @@ create minimum sized container images that run Rust binaries.
368
369
[ avoiding-allocations-shrink-wasm ] : https://nickb.dev/blog/avoiding-allocations-in-rust-to-shrink-wasm-modules/
369
370
[ a-very-small-rust-binary ] : https://darkcoding.net/software/a-very-small-rust-binary-indeed/
370
371
[ min-sized-rust-windows ] : https://github.com/mcountryman/min-sized-rust-windows
372
+ [ 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