Lune is a standalone Luau runtime. You can write and run programs, similar to runtimes for other languages such as Node, Deno, Bun, or Luvit for vanilla Lua.<p>Lune provides fully asynchronous APIs wherever possible, and is built in Rust for speed, safety, and correctness.<p>Lune version 0.9.0 introduces changes to the require behavior, process spawning functions, and WebSocket methods, while also adding new features to the roblox and datetime standard libraries, improving documentation, and fixing several bugs. Serde support is also expanded