From ed402f1db53b170a1aedb2a4d45b18207596b304 Mon Sep 17 00:00:00 2001 From: cam Date: Fri, 28 Jan 2022 10:42:12 -0800 Subject: [PATCH] Add Prime Video WASM and Rust blog post "Success story" of using Rust and WASM to improve performance. I thought this article was a nice example of using Rust alongside other languages to improve an existing application. --- draft/2022-02-02-this-week-in-rust.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/draft/2022-02-02-this-week-in-rust.md b/draft/2022-02-02-this-week-in-rust.md index c64e10d64..0ec643117 100644 --- a/draft/2022-02-02-this-week-in-rust.md +++ b/draft/2022-02-02-this-week-in-rust.md @@ -28,6 +28,8 @@ If you find any errors in this week's issue, [please submit a PR](https://github ### Miscellaneous +- [How Prime Video updates its app for more than 8,000 device types](https://www.amazon.science/blog/how-prime-video-updates-its-app-for-more-than-8-000-device-types) + ## Crate of the Week This week's crate is [html5gum](https://github.com/untitaker/html5gum), a WHATWG HTML spec-compliant HTML5 tokenizer.