|
|
|
Show HN: Make Your Own JavaScript Runtime with the Deno Runtime
(github.com)
|
|
2 points
by carloslfu
563 days ago
|
|
I built this project as an experiment to learn how to create a JavaScript runtime using the Deno runtime. It showcases handling permissions, HTTPs imports, TypeScript, and custom extensions. Inspiration from Deno's "Roll your own JavaScript runtime" series. However, it uses deno_core instead of deno_runtime, lacking permissions and platform functionality. I reference this and other resources in the repo. I did this because I'm integrating the Deno runtime and Tauri for an app I'm working on. I couldn't find a fully-fledged example of how to use the deno_runtime crate, so I created it. |
|