Skip to content

Commit

Permalink
Add reference to "Reducing WASM binary size: lessons from building a …
Browse files Browse the repository at this point in the history
…web terminal"
  • Loading branch information
johnthagen committed Dec 26, 2024
1 parent f71ee5d commit f1db29c
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -362,6 +362,7 @@ create minimum sized container images that run Rust binaries.
- [Making Rust binaries smaller by default - 2024][making-rust-binaries-smaller-by-default]
- [Tock Binary Size - 2024][tock-binary-size]
- [Trimming down a rust binary in half - 2024][trimming-down-a-rust-binary-in-half]
- [Reducing WASM binary size: lessons from building a web terminal - 2024][reducing-wasm-binary-size]
- [`min-sized-rust-windows`][min-sized-rust-windows] - Windows-specific tricks to reduce binary size
- [Shrinking `.wasm` Code Size][shrinking-wasm-code-size]

Expand Down Expand Up @@ -397,6 +398,8 @@ create minimum sized container images that run Rust binaries.

[trimming-down-a-rust-binary-in-half]: https://tech.dreamleaves.org/trimming-down-a-rust-binary-in-half/

[reducing-wasm-binary-size]: https://www.warp.dev/blog/reducing-wasm-binary-size

[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
Expand Down

0 comments on commit f1db29c

Please sign in to comment.