Skip to content

Commit

Permalink
Add reference to "Shrinking .wasm Code Size"
Browse files Browse the repository at this point in the history
  • Loading branch information
johnthagen committed Oct 28, 2023
1 parent 78c7a5c commit 5ea2f2b
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -354,6 +354,7 @@ create minimum sized container images that run Rust binaries.
- [Avoiding allocations in Rust to shrink Wasm modules - 2022][avoiding-allocations-shrink-wasm]
- [A very small Rust binary indeed - 2022][a-very-small-rust-binary]
- [`min-sized-rust-windows`][min-sized-rust-windows] - Windows-specific tricks to reduce binary size
- [Shrinking `.wasm` Code Size][shrinking-wasm-code-size]

[151-byte-static-linux-binary]: https://mainisusuallyafunction.blogspot.com/2015/01/151-byte-static-linux-binary-in-rust.html
[why-rust-binary-large]: https://lifthrasiir.github.io/rustlog/why-is-a-rust-executable-large.html
Expand All @@ -368,3 +369,4 @@ create minimum sized container images that run Rust binaries.
[avoiding-allocations-shrink-wasm]: https://nickb.dev/blog/avoiding-allocations-in-rust-to-shrink-wasm-modules/
[a-very-small-rust-binary]: https://darkcoding.net/software/a-very-small-rust-binary-indeed/
[min-sized-rust-windows]: https://github.com/mcountryman/min-sized-rust-windows
[shrinking-wasm-code-size]: https://rustwasm.github.io/docs/book/reference/code-size.html

0 comments on commit 5ea2f2b

Please sign in to comment.