There are many reasons you may want to roll your own JavaScript runtime — building an interactive web app with a Rust backend, extending your platform with a composable plugin system, and more. Here's a gentle introduction to building your own JavaScript runtime with Rust, where we'll also provide a wide range of possibilities and directions in which you can take yours. Learn more: https://deno.com/blog/roll-your-own-javascript-runtime https://deno.com/blog/roll-your-own-javascript-runtime-pt2 https://deno.com/blog/roll-your-own-javascript-runtime-pt3 Deno is a simple, modern and secure runtime for JavaScript and TypeScript that uses V8 and is built in Rust. Website: https://deno.land GitHub: https://github.com/denoland Discord: https://discord.gg/deno Twitter: https://twitter.com/deno_land