Module wasmer_vm::store

source ·

Macros§

Structs§

Enums§

  • 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§

  • Trait to represent an object managed by a context. This is implemented on the VM types managed by the context.