Skip to content

Commit f1db29c

Browse files
committed
Add reference to "Reducing WASM binary size: lessons from building a web terminal"
1 parent f71ee5d commit f1db29c

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

README.md

+3
Original file line numberDiff line numberDiff line change
@@ -362,6 +362,7 @@ create minimum sized container images that run Rust binaries.
362362
- [Making Rust binaries smaller by default - 2024][making-rust-binaries-smaller-by-default]
363363
- [Tock Binary Size - 2024][tock-binary-size]
364364
- [Trimming down a rust binary in half - 2024][trimming-down-a-rust-binary-in-half]
365+
- [Reducing WASM binary size: lessons from building a web terminal - 2024][reducing-wasm-binary-size]
365366
- [`min-sized-rust-windows`][min-sized-rust-windows] - Windows-specific tricks to reduce binary size
366367
- [Shrinking `.wasm` Code Size][shrinking-wasm-code-size]
367368

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

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

401+
[reducing-wasm-binary-size]: https://www.warp.dev/blog/reducing-wasm-binary-size
402+
400403
[min-sized-rust-windows]: https://github.com/mcountryman/min-sized-rust-windows
401404

402405
[shrinking-wasm-code-size]: https://rustwasm.github.io/docs/book/reference/code-size.html

0 commit comments

Comments
 (0)