Exploring WASM Support for Rid to Build Flutter/Dart Apps with Rust

Detailing my explorations into adding WASM support to Rid… Read more

Similar

Revisiting Rust’s modules

As part of the Ergonomics Initiative, I and several others on the Rust language team have been taking a hard look at Rust’s module system. There are two related perspectives for improvement here: learnability and productivity. Modules are not a place th... (more…)

Read more »

Learning Rust

I've been learning Rust recently, and it's the first new language (with new concepts, like borrowing) I've learnt for a while - probably the first since Clojure in 2013. I thought it was worth writing up exactly what I'm doing to learn it, in the hopes th... (more…)

Read more »