Module wasmer_runtime_core_x::import

source ·
Expand description

The import module contains the implementation data structures and helper functions used to manipulate and access a wasm module’s imports including memories, tables, globals, and functions.

Structs§

Traits§

  • A trait that represents Export values.
  • This trait represents objects that act as a namespace for imports. For example, an Instance or ImportObject could be considered namespaces that could provide imports to an instance.