Skip to content

Commit 5ea2f2b

Browse files
committed
Add reference to "Shrinking .wasm Code Size"
1 parent 78c7a5c commit 5ea2f2b

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

README.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -354,6 +354,7 @@ create minimum sized container images that run Rust binaries.
354354
- [Avoiding allocations in Rust to shrink Wasm modules - 2022][avoiding-allocations-shrink-wasm]
355355
- [A very small Rust binary indeed - 2022][a-very-small-rust-binary]
356356
- [`min-sized-rust-windows`][min-sized-rust-windows] - Windows-specific tricks to reduce binary size
357+
- [Shrinking `.wasm` Code Size][shrinking-wasm-code-size]
357358

358359
[151-byte-static-linux-binary]: https://mainisusuallyafunction.blogspot.com/2015/01/151-byte-static-linux-binary-in-rust.html
359360
[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.
368369
[avoiding-allocations-shrink-wasm]: https://nickb.dev/blog/avoiding-allocations-in-rust-to-shrink-wasm-modules/
369370
[a-very-small-rust-binary]: https://darkcoding.net/software/a-very-small-rust-binary-indeed/
370371
[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

0 commit comments

Comments
 (0)