eirikb
eirikb
DDeno
Created by eirikb on 5/9/2024 in #help
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 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.
4 replies