[][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
GlobalDescriptor

Describes the mutability and type of a Global

MemoryDescriptor

A wasm memory descriptor.

Table
TableDescriptor

Enums

Type

Represents a WebAssembly type.

Value

Represents a WebAssembly value.