File size: 692 Bytes
39b3fb5
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
{
  "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
  }
}