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
Specifications
| Specification |
|---|
| Unknown specification> |