ponto:Wasm


URI

http://www.mobr.ai/ontologies/ponto#Wasm

Label

WebAssembly

Description

WebAssembly (abbreviated Wasm) is an instruction format for a virtual, stack-based machine. Polkadot Runtime Modules are compiled to WebAssembly. Also known as Wasm.

Implementation

@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." .