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.