Module wasmer::backend::sys::entities::store

source ·
Expand description

Data types, functions and traits for sys runtime’s Store implementation.

Re-exports§

  • pub use obj::*;

Modules§

Structs§

  • A WebAssembly store in the sys runtime.
  • Handle to an object managed by a context.
  • Set of objects managed by a context.

Traits§

  • The custom trait to access to all the sys functions in the Store.