http://www.mobr.ai/ontologies/ponto#Wasm
WebAssembly (abbreviated Wasm) is an instruction format for a virtual, stack-based machine. Polkadot Runtime Modules are compiled to WebAssembly. Also known as Wasm.
@prefix ponto: <http://www.mobr.ai/ontologies/ponto#> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
ponto:Wasm a ponto:VirtualMachine ;
rdfs:label "WebAssembly" ;
ponto:targetArchitectureOf ponto:Ink ;
rdfs:comment "WebAssembly (abbreviated Wasm) is an instruction format for a virtual, stack-based machine. Polkadot Runtime Modules are compiled to WebAssembly. Also known as Wasm." .