From d788062c39294723c44f26c264ebfa2b3c2c5507 Mon Sep 17 00:00:00 2001 From: Andrea Bergia Date: Fri, 14 Feb 2025 17:39:38 +0100 Subject: [PATCH] =?UTF-8?q?Add=20blog=20post:=20Emjay=20=E2=80=93=20a=20si?= =?UTF-8?q?mple=20JIT=20that=20does=20math?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- draft/2025-02-19-this-week-in-rust.md | 1 + 1 file changed, 1 insertion(+) diff --git a/draft/2025-02-19-this-week-in-rust.md b/draft/2025-02-19-this-week-in-rust.md index 3c82d8be3..dabc2493e 100644 --- a/draft/2025-02-19-this-week-in-rust.md +++ b/draft/2025-02-19-this-week-in-rust.md @@ -43,6 +43,7 @@ and just ask the editors to select the category. ### Rust Walkthroughs * [Rust in Audio: Collections](https://www.youtube.com/watch?v=wFiMtYtHss8&t=11s) +* [Emjay – a simple JIT that does math](https://andreabergia.com/blog/2025/02/emjay-a-simple-jit-that-does-math/) ### Research