@prefix schema: <https://schema.org/> .
@prefix af: <https://anchorfact.org/ns#> .

<https://anchorfact.org/kb/computer-science/webassembly>
  a schema:TechArticle ;
  schema:headline "WebAssembly (Wasm) 3.0" ;
  schema:url <https://anchorfact.org/computer-science/webassembly/> ;
  af:status "public" ;
  af:confidence "medium" ;
  af:confidenceScore "0.855" ;
  af:confidenceBasis "verified_sources" ;
  af:generationMethod "ai_structured" .

<https://anchorfact.org/kb/computer-science/webassembly>
  schema:citation <https://www.w3.org/TR/wasm-core-2/> ;
  af:sourceTier "S" .

<https://anchorfact.org/kb/computer-science/webassembly>
  schema:citation <https://doi.org/10.1145/3062341.3062363> ;
  af:sourceTier "A" .

<https://anchorfact.org/kb/computer-science/webassembly>
  schema:citation <https://developer.mozilla.org/en-US/docs/WebAssembly/Guides/Concepts> ;
  af:sourceTier "B" .