From fda54107eaabc69b05309f0a7fe7dcafaf3a1d36 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?G=C3=A1bor=20Szab=C3=B3?= Date: Thu, 16 Jan 2025 08:25:43 +0200 Subject: [PATCH] add "A Gentle Introduction to WebAssembly in Rust (2025 Edition)" --- draft/2025-01-22-this-week-in-rust.md | 1 + 1 file changed, 1 insertion(+) diff --git a/draft/2025-01-22-this-week-in-rust.md b/draft/2025-01-22-this-week-in-rust.md index dced07112..ecb7fca41 100644 --- a/draft/2025-01-22-this-week-in-rust.md +++ b/draft/2025-01-22-this-week-in-rust.md @@ -40,6 +40,7 @@ and just ask the editors to select the category. ### Observations/Thoughts ### Rust Walkthroughs +* [A Gentle Introduction to WebAssembly in Rust (2025 Edition)](https://dev.to/marktolmacs/a-gentle-introduction-to-webassembly-in-rust-2025-edition-1iac) ### Research