WebAssembly reference

This page lists references for WebAssembly.

JavaScript reference

WebAssembly

The WebAssembly JavaScript object acts as the namespace for all WebAssembly-related functionality.

Definitions

WebAssembly definitions

The top-level definitions available in Wasm for defining module features such as tables, types, memories, functions, etc.

Types

WebAssembly types

The different WebAssembly types.

Instructions

WebAssembly control flow instructions

WebAssembly control flow instructions.

WebAssembly memory instructions

WebAssembly memory instructions.

WebAssembly numeric instructions

WebAssembly numeric instructions.

WebAssembly table instructions

The instructions available in Wasm to manipulate tables.

WebAssembly variable instructions

WebAssembly variable instructions.

See also