Module wasmer_runtime_fl::wasm[][src]

Expand description

Various types exposed by the Wasmer Runtime.

Structs

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

A handle to a Wasm Global

Describes the mutability and type of a Global

A wasm memory descriptor.

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

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

Enums

Represents a WebAssembly type.

Represents a WebAssembly value.