deno_core as JS sandbox
(repost from genreal)
Hi. I'm making a service where I let users run JS in a sandbox. I'm currently using the isolated-vm npm package.
Would running
I don't need much and a know a bit of rust. Current implementation has no modules, but built in JS things like setTimeout, and async/await works.
I also inject a custom fetch method. And I have a timeout.
Hi. I'm making a service where I let users run JS in a sandbox. I'm currently using the isolated-vm npm package.
Would running
deno_core be harder, better, faster, stronger?I don't need much and a know a bit of rust. Current implementation has no modules, but built in JS things like setTimeout, and async/await works.
I also inject a custom fetch method. And I have a timeout.
