Is Deno a good JS runtime for embedding into another application?
Hi,
I am looking for a Js runtime that I could easily embed into my application.
I would like to allow scripting for the users of my application to extend its capabilities.
The reason I am considering Deno is because of its security features.
Is Deno a good candidate for this?
Where can I find some docs on how to do this?
1 Reply
You might be interested in taking a look at rustyscript: https://github.com/rscarson/rustyscript
GitHub
GitHub - rscarson/rustyscript: Effortless JS integration for rust
Effortless JS integration for rust . Contribute to rscarson/rustyscript development by creating an account on GitHub.