Module wasmer::vm[][src]

Expand description

The vm module re-exports wasmer-vm types.

Structs

VMMemoryDefinition

The fields compiled code needs to access to utilize a WebAssembly linear memory defined within the instance, namely the start address and the size in bytes.

VMTableDefinition

The fields compiled code needs to access to utilize a WebAssembly table defined within the instance.

Enums

MemoryError

Error type describing things that can go wrong when operating on Wasm Memories.

MemoryStyle

Implementation styles for WebAssembly linear memory.

TableStyle

Implementation styles for WebAssembly tables.

VMExtern

The value of an export passed from one instance to another.

Traits

Memory

Trait for implementing Wasm Memory used by Wasmer.

Table

Trait for implementing the interface of a Wasm table.