add option to enable WASI for script.wasm processor

This commit is contained in:
Joel Wetzell
2026-02-09 14:52:41 -06:00
parent 5dc897c4b2
commit 8e27dc81a2
2 changed files with 19 additions and 1 deletions

View File

@@ -654,6 +654,10 @@
"function": {
"type": "string",
"default": "process"
},
"enableWasi": {
"type": "boolean",
"default": false
}
},
"required": ["path"],