[][src]Module wasmer_runtime_core::types

Structs

FuncIndex
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

GlobalIndex
GlobalInit

A wasm global.

ImportedFuncIndex
ImportedGlobalIndex
ImportedMemoryIndex
ImportedTableIndex
LocalFuncIndex
LocalGlobalIndex
LocalMemoryIndex
LocalTableIndex
MemoryDescriptor

A wasm memory.

MemoryIndex
SigIndex
TableDescriptor
TableIndex

Enums

ElementType
Initializer

A const value initializer. Over time, this will be able to represent more and more complex expressions.

LocalOrImport
Type

Represents a WebAssembly type.

Value

Represents a WebAssembly value.

Traits

LocalImport
NativeWasmType
ValueType
WasmExternType