WebAssembly definitions

This set of pages details the top-level module definition features available in Wasm for defining items such as tables, types, memories, functions, etc.

Types

func

A function signature, which defines a function's identifier, parameter types, body, and result types.

Definitions

global

Creates a new global.

table

Creates a new table.

tag

Declares an exception type that can be thrown in the module.

Specifications

Specification
Unknown specification