[][src]Module wasmer::types

Types used in the Wasm runtime and conversion functions.

Structs

FuncSig

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

GlobalDescriptor

Describes the mutability and type of a Global

GlobalInit

A wasm global.

MemoryDescriptor

A wasm memory descriptor.

TableDescriptor

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

Enums

ElementType

Kinds of element types.

Type

Represents a WebAssembly type.

Value

Represents a WebAssembly value.

Traits

ValueType

Trait for a Value type. A Value type is a type that is always valid and may be safely copied.

Type Definitions

FuncDescriptor

Information about a function.