Module wasmer_compiler::engine::error

source ·
Expand description

The WebAssembly possible errors

Enums§

  • An ImportError.
  • An error while instantiating a module.
  • The WebAssembly.LinkError object indicates an error during module instantiation (besides traps from the start function).