JLarkyJ
Denoβ€’3y agoβ€’
4 replies
JLarky

Using Deno to run JavaScript from Golang

I just started looking into this, but I'm looking for something like rogchap.com/v8go but it would be cool if I could run Deno instead of v8

So far I'm just thinking of saving some code into a file and then exec.CommandContext with deno run myfile.ts πŸ™‚ any help with how to find any solutions in this area would be appreciated πŸ™‚ so far I only been able to find some experiments in rust like https://austinpoor.com/blog/js-in-rs
Explore how the Deno runtime can enable JavaScript code execution in a Rust application via a proof-of-concept project called "js-in-rs". Discover the flexibility and versatility of using JavaScript expressions as filters in a CLI, written in Rust, as a powerful alternative to regular expressions. Watch out grep!
Preview image
Was this page helpful?