From 35edc4cdc945cd9ab71fcc0e4aabc259ce2aec2d Mon Sep 17 00:00:00 2001 From: Carl Kadie Date: Mon, 30 Sep 2024 07:05:00 -0700 Subject: [PATCH] add "Nine Rules for Running Rust on WASM WASI" --- draft/2024-10-02-this-week-in-rust.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/draft/2024-10-02-this-week-in-rust.md b/draft/2024-10-02-this-week-in-rust.md index 65f0a8787..5cc7a71b4 100644 --- a/draft/2024-10-02-this-week-in-rust.md +++ b/draft/2024-10-02-this-week-in-rust.md @@ -39,6 +39,8 @@ and just ask the editors to select the category. ### Observations/Thoughts +* [Nine Rules for Running Rust on WASM WASI](https://medium.com/towards-data-science/nine-rules-for-running-rust-on-wasm-wasi-550cd14c252a) + ### Rust Walkthroughs ### Research