feat: removed isolated-vm sandbox

This commit is contained in:
Anoop M D
2024-08-19 11:00:27 +05:30
parent 126c648d7d
commit 1bf3a15784
21 changed files with 71 additions and 884 deletions

View File

@@ -92,9 +92,7 @@ class ScriptRuntime {
if (this.runtime === 'quickjs') {
await executeQuickJsVmAsync({
script: script,
context: context,
modules: {},
scriptType: 'jsScript'
context: context
});
return {
@@ -205,9 +203,7 @@ class ScriptRuntime {
if (this.runtime === 'quickjs') {
await executeQuickJsVmAsync({
script: script,
context: context,
modules: {},
scriptType: 'jsScript'
context: context
});
return {