II.
Language JSON
Structured · livelanguage:wasm
WebAssembly (Wasm) json
Inspect the normalized record payload exactly as the atlas UI reads it.
{
"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"
}
]
}