File tree Expand file tree Collapse file tree 1 file changed +2
-0
lines changed Expand file tree Collapse file tree 1 file changed +2
-0
lines changed Original file line number Diff line number Diff line change @@ -331,12 +331,14 @@ create minimum sized Docker containers that run Rust binaries.
331
331
- [ Tiny Rocket - 2018] ( https://jamesmunns.com/blog/tinyrocket/ )
332
332
- [ Formatting is Unreasonably Expensive for Embedded Rust - 2019] [ fmt-unreasonably-expensive ]
333
333
- [ Tiny Windows executable in Rust - 2019] [ tiny-windows-exe ]
334
+ - [ Making a really tiny WebAssembly graphics demos - 2019] [ tiny-webassembly-graphics ]
334
335
- [ Reducing the size of the Rust GStreamer plugin - 2020] [ gstreamer-plugin ]
335
336
- [ ` min-sized-rust-windows ` ] [ min-sized-rust-windows ] - Windows-specific tricks to reduce binary size
336
337
337
338
[ why-rust-binary-large ] : https://lifthrasiir.github.io/rustlog/why-is-a-rust-executable-large.html
338
339
[ fmt-unreasonably-expensive ] : https://jamesmunns.com/blog/fmt-unreasonably-expensive/
339
340
[ tiny-windows-exe ] : https://www.codeslow.com/2019/12/tiny-windows-executable-in-rust.html
341
+ [ tiny-webassembly-graphics ] : https://cliffle.com/blog/bare-metal-wasm/
340
342
[ gstreamer-plugin ] : https://www.collabora.com/news-and-blog/blog/2020/04/28/reducing-size-rust-gstreamer-plugin/
341
343
[ min-sized-rust-windows ] : https://github.com/mcountryman/min-sized-rust-windows
342
344
You can’t perform that action at this time.
0 commit comments