iiRecord
Agentic AI Atlas · WebAssembly (Wasm)
language:wasma5c.ai
II.
Language JSON

language:wasm

Structured · live

WebAssembly (Wasm) json

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

File · domain/languages/wasm.yamlCluster · domain
Record JSON
{
  "id": "language:wasm",
  "_kind": "Language",
  "_file": "domain/languages/wasm.yaml",
  "_cluster": "domain",
  "attributes": {
    "displayName": "WebAssembly (Wasm)",
    "paradigms": [
      "imperative",
      "low-level",
      "stack-machine"
    ],
    "description": "WebAssembly — a portable, compact bytecode format and stack machine\n(Wasm / WAT text format) used as a compile target by Rust, C/C++,\nGo, and others for browsers and standalone runtimes.\n"
  },
  "outgoingEdges": [
    {
      "from": "language:wasm",
      "to": "domain:web-development",
      "kind": "applies_to",
      "attributes": {}
    }
  ],
  "incomingEdges": [
    {
      "from": "scope-boundary:wasm.scope",
      "to": "language:wasm",
      "kind": "bounds_subject"
    }
  ]
}