File tree 1 file changed +3
-0
lines changed
1 file changed +3
-0
lines changed Original file line number Diff line number Diff line change @@ -362,6 +362,7 @@ create minimum sized container images that run Rust binaries.
362
362
- [ Making Rust binaries smaller by default - 2024] [ making-rust-binaries-smaller-by-default ]
363
363
- [ Tock Binary Size - 2024] [ tock-binary-size ]
364
364
- [ 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 ]
365
366
- [ ` min-sized-rust-windows ` ] [ min-sized-rust-windows ] - Windows-specific tricks to reduce binary size
366
367
- [ Shrinking ` .wasm ` Code Size] [ shrinking-wasm-code-size ]
367
368
@@ -397,6 +398,8 @@ create minimum sized container images that run Rust binaries.
397
398
398
399
[ trimming-down-a-rust-binary-in-half ] : https://tech.dreamleaves.org/trimming-down-a-rust-binary-in-half/
399
400
401
+ [ reducing-wasm-binary-size ] : https://www.warp.dev/blog/reducing-wasm-binary-size
402
+
400
403
[ min-sized-rust-windows ] : https://github.com/mcountryman/min-sized-rust-windows
401
404
402
405
[ 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