Crate wasmer_engine

source ·
Expand description

Generic Engine abstraction for Wasmer Engines.

Structs

Enums

  • The Deserialize error can occur when loading a compiled Module from a binary.
  • An ImportError.
  • An error while instantiating a module.
  • The WebAssembly.LinkError object indicates an error during module instantiation (besides traps from the start function).

Constants

  • Version number of this crate.

Traits

Functions

  • This function allows to match all imports of a ModuleInfo with concrete definitions provided by a Resolver.