WebAssembly

A binary instruction format for a stack-based virtual machine.

Get Started

What is WebAssembly?

WebAssembly (WASM) is an open standard that defines a binary instruction format for a stack-based virtual machine. It's designed to be a compilation target for languages like C, C++, and Rust, allowing them to run on the web.

Features

Resources