[][src]Module wasmer_runtime::wasm

Various types exposed by the Wasmer Runtime.

Structs

FuncSig

The signature of a function that is either implemented in a wasm module or exposed to wasm by the host.

Global

A handle to a Wasm Global

GlobalDescriptor

Describes the mutability and type of a Global

MemoryDescriptor

A wasm memory descriptor.

Table

Container with a descriptor and a reference to a table storage.

TableDescriptor

Describes the properties of a table including the element types, minimum and optional maximum, number of elements in the table.

Enums

Type

Represents a WebAssembly type.

Value

Represents a WebAssembly value.