Build your own JavaScript runtime with Rust — Leo Kettmeir (2024)

preview_player
Показать описание
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:

Deno is a simple, modern and secure runtime for JavaScript and TypeScript that uses V8 and is built in Rust.

Рекомендации по теме
Комментарии
Автор

big props for working on node compatibility.

spirobel.
Автор

With someone made a proposal for Deno to implement operator overloading. Or if Deno want to follow spec and nothing more then I wish someone made an exact copy of Deno or an extension to deno to have operator overloading.

danser_theplayer