Async/Await in Script: How We Built a Modern Async Runtime on Top of Tokio
· 6 min read
Script now has full async/await support, built on top of Tokio—Rust's production-grade async runtime. This post dives into how we implemented Promises, the await opcode, and bridged Rust's async world with Script's VM.