iiRecord
Agentic AI Atlas · scope-boundary:wasm.scope
scope-boundary:wasm.scopea5c.ai
II.
ScopeBoundary JSON

scope-boundary:wasm.scope

Structured · live

scope-boundary:wasm.scope json

Inspect the normalized record payload exactly as the atlas UI reads it.

File · sourceref-scope/scope-boundaries/scope-boundaries-languages.yamlCluster · sourceref-scope
Record JSON
{
  "id": "scope-boundary:wasm.scope",
  "_kind": "ScopeBoundary",
  "_file": "sourceref-scope/scope-boundaries/scope-boundaries-languages.yaml",
  "_cluster": "sourceref-scope",
  "attributes": {
    "subjectId": "language:wasm",
    "inScope": "Sandboxed portable bytecode target — compile from Rust / C / C++ /\nGo / AssemblyScript / Zig and run in browsers, edge runtimes\n(Cloudflare Workers, Fastly), and plugin systems (Envoy, Istio,\nWasmer). Strong for capability-secure plugin models.\n",
    "outOfScope": "Direct system-call workloads without WASI, GUI rendering without\na host, and code that needs threads + shared memory in browsers\nthat disable SAB.\n",
    "outOfScopeReasonIds": [
      "out-of-scope-reason:implementation-detail"
    ]
  },
  "outgoingEdges": [
    {
      "from": "scope-boundary:wasm.scope",
      "to": "language:wasm",
      "kind": "bounds_subject"
    }
  ],
  "incomingEdges": []
}