Skip to content

Commit 6ade516

Browse files
authored
Add reference to tiny webassembly graphics blog post
1 parent 608d865 commit 6ade516

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

README.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -331,12 +331,14 @@ create minimum sized Docker containers that run Rust binaries.
331331
- [Tiny Rocket - 2018](https://jamesmunns.com/blog/tinyrocket/)
332332
- [Formatting is Unreasonably Expensive for Embedded Rust - 2019][fmt-unreasonably-expensive]
333333
- [Tiny Windows executable in Rust - 2019][tiny-windows-exe]
334+
- [Making a really tiny WebAssembly graphics demos - 2019][tiny-webassembly-graphics]
334335
- [Reducing the size of the Rust GStreamer plugin - 2020][gstreamer-plugin]
335336
- [`min-sized-rust-windows`][min-sized-rust-windows] - Windows-specific tricks to reduce binary size
336337

337338
[why-rust-binary-large]: https://lifthrasiir.github.io/rustlog/why-is-a-rust-executable-large.html
338339
[fmt-unreasonably-expensive]: https://jamesmunns.com/blog/fmt-unreasonably-expensive/
339340
[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/
340342
[gstreamer-plugin]: https://www.collabora.com/news-and-blog/blog/2020/04/28/reducing-size-rust-gstreamer-plugin/
341343
[min-sized-rust-windows]: https://github.com/mcountryman/min-sized-rust-windows
342344

0 commit comments

Comments
 (0)