You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hi, I'm trying to use Deno as user scripts sandboxie that allow users upload some scripts for customization their workflow
Deno already a very good sandboxie with IO limition, but I still need to prevent bad script could run too long or consume too large memory
Although I can add something like setTimout and tune V8 heap to achieve these goals,
but I'd propose to add more direct support for these computation resource limition
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
-
Hi, I'm trying to use Deno as user scripts sandboxie that allow users upload some scripts for customization their workflow
Deno already a very good sandboxie with IO limition, but I still need to prevent bad script could run too long or consume too large memory
Although I can add something like
setTimout
and tune V8 heap to achieve these goals,but I'd propose to add more direct support for these computation resource limition
Beta Was this translation helpful? Give feedback.
All reactions