[][src]Module wasmer_runtime::vm

Structs

Anyfunc

Caller-checked anyfunc

Ctx
ImportBacking
ImportedFunc

An imported function, which contains the vmctx that owns this function.

ImportedGlobal
ImportedMemory
ImportedTable
LocalBacking
LocalGlobal

Definition of a global used by the VM.

LocalMemory

Definition of a memory used by the VM.

LocalTable

Definition of a table used by the VM. (obviously)

SigId

Enums

Func

Used to provide type safety (ish) for passing around function pointers. The typesystem ensures this cannot be dereferenced since an empty enum cannot actually exist.