Settings

Theme

Show HN: Make Your Own JavaScript Runtime with the Deno Runtime

github.com

2 points by carloslfu a year ago · 1 comment · 1 min read

Reader

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.

No comments yet.

Keyboard Shortcuts

j
Next item
k
Previous item
o / Enter
Open selected item
?
Show this help
Esc
Close modal / clear selection