wasmer_
vm
6.1.0
Module store
Module Items
Macros
Structs
Enums
Traits
In crate wasmer_
vm
wasmer_vm
Module
store
Copy item path
Source
Macros
§
impl_
context_
object
🔒
Structs
§
Internal
Store
Handle
Internal handle to an object owned by the current context.
Store
Handle
Handle to an object managed by a context.
Store
Objects
Set of objects managed by a context.
Enums
§
Maybe
Instance
Owned
Data used by the generated code is generally located inline within the
VMContext
for items defined in an instance. Host-defined objects are allocated separately and owned directly by the context.
Traits
§
Store
Object
Trait to represent an object managed by a context. This is implemented on the VM types managed by the context.