[][src]Module wasmer_runtime_core::vm

Structs

Anyfunc

Caller-checked anyfunc

Ctx

The context of the currently running WebAssembly instance.

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.

ImportBacking
ImportedFunc

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

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