kittybrowse / plugins /vm /apl-wasm /kitty.plugin.json
SNAPKITTYWEST's picture
push from SNAPKITTYWEST/kittybrowse
39b3fb5 verified
Raw
History Blame Contribute Delete
692 Bytes
{
"id": "kitty.vm.apl-wasm",
"type": "vm",
"target": "apl-wasm",
"description": "Primary KittyBrowse execution substrate: APL semantics compiled and sealed through the Rust/WASM bridge.",
"commands": ["execute_resonance_vm", "analyze_finance_vector", "render_agent_page"],
"transport": "wasm",
"upstreamReferences": [
"../DEVFLOW-FINANCE/bridges/rust/apl_bridge.rs",
"../DEVFLOW-FINANCE/bridges/apl/finance.apl",
"../DEVFLOW-FINANCE/snapkitty-wasm/src/lib.rs",
"../DEVFLOW-FINANCE/collectivekitty/public/wasm/snapkitty_wasm_bg.wasm"
],
"permissions": {
"rawShell": false,
"network": false,
"javascriptExecution": false
}
}