W3C

WebAssembly

WebAssembly (Wasm) is a W3C Recommendation defining a portable binary instruction format for a stack-based virtual machine. It enables near-native performance in web browsers for code compiled from languages like C, C++, and Rust, and is a core web platform technology.

API entry from apis.yml

apis.yml Raw ↑
aid: w3c:wasm
name: WebAssembly
description: WebAssembly (Wasm) is a W3C Recommendation defining a portable binary instruction format
  for a stack-based virtual machine. It enables near-native performance in web browsers for code compiled
  from languages like C, C++, and Rust, and is a core web platform technology.
humanURL: https://www.w3.org/TR/wasm-core-2/
tags:
- Performance
- Standards
- WebAssembly
- Web Platform
properties:
- url: https://www.w3.org/TR/wasm-core-2/
  type: Specification
- url: https://webassembly.org/
  type: Website
- url: https://github.com/WebAssembly/spec
  type: GitHub