Writing an LLVM back end for the Move language in Rust

Since December I and others have been working on a port of
the Move programming language
to LLVM.
This work is sponsored by Solana,
with the goal of running Move on Solana and its rbpf VM;
though ultimately the work should be portable to other targets
sup… Read more

Similar

Making Async Rust Reliable

Last year was an important year for Async Rust, culminating in the release of async fn in traits, one of Rust’s most long-awaited language features. I’m really proud of the work and expertise the Async Working Group has put in to this effort, and for the ... (more…)

Read more »