Exception: Dewasm::Pozeiden::WasmModule::Rt::LinkError

Inherits:
StandardError
  • Object
show all
Defined in:
lib/dewasm/pozeiden/wasm_module.rb

Overview

A failed import resolution at instantiation time (missing import, or one of the wrong kind), kept distinct from Trap and from plain Ruby errors so a harness can tell "the module failed to link" apart from "the module linked and then crashed".