JLarky
Explore posts from serversUsing 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-rs5 replies