Structs§

Traits§

  • A temporary immutable handle to store
  • A temporary mutable handle to store
  • Store is an object that stores modules, instances, functions memories and so on. Store is grow-only: once something added, it will not be removed until Store is destroyed. Some of the implementations can limit allocated resources. For example, Wasmtime cannot have more than 10000 instances in one Store.