Module vm

Source
Expand description

This module defines traits to handle abstractions created by the runtimes.

Modules§

impls 🔒

Macros§

define_vm_like 🔒

Enums§

VMExceptionRef
The enum for all those VM values of this kind.
VMExtern
The enum for all those VM values of this kind.
VMExternFunction
The enum for all those VM values of this kind.
VMExternGlobal
The enum for all those VM values of this kind.
VMExternMemory
The enum for all those VM values of this kind.
VMExternRef
The enum for all those VM values of this kind.
VMExternTable
The enum for all those VM values of this kind.
VMExternTag
The enum for all those VM values of this kind.
VMFuncRef
The enum for all those VM values of this kind.
VMFunction
The enum for all those VM values of this kind.
VMFunctionBody
The enum for all those VM values of this kind.
VMFunctionCallback
The enum for all those VM values of this kind.
VMFunctionEnvironment
The enum for all those VM values of this kind.
VMGlobal
The enum for all those VM values of this kind.
VMInstance
The enum for all those VM values of this kind.
VMMemory
The enum for all those VM values of this kind.
VMSharedMemory
The enum for all those VM values of this kind.
VMTable
The enum for all those VM values of this kind.
VMTag
The enum for all those VM values of this kind.
VMTrampoline
The enum for all those VM values of this kind.