Exploring WASM Support for Rid to Build Flutter/Dart Apps with Rust
Detailing my explorations into adding WASM support to Rid... (more…)
Read more »
Rust references are very simple at runtime: they are plain memory addresses. At compile time, in contrast, references participate in more complex compiler analysis. For example, references help to prove memory safety of a program. But in this post, I will… Read more