HipScript
Jan 7 2025 · 5 min read
By chaining several compilers, you can run CUDA code in the browser!
Async/Await for AVR with Rust
Jul 25 2020 · 16 min read
With the recent ability for Rust to target AVR, it's time for me to bring my favorite feature of Rust to Arduino: async/await. Asynchronous code allows for doing (seemingly) multiple things at once, without the memory or CPU overhead of threads.