nectar/modules/sqlite/pkg/manifest.json

13 lines
256 B
JSON
Raw Normal View History

[
{
"process_name": "sqlite",
"process_wasm_path": "/sqlite.wasm",
"on_panic": "Restart",
"request_networking": false,
"request_messaging": [
"vfs:sys:uqbar"
],
"public": true
}
]