Searched defs:WasmException (Results 1 – 1 of 1) sorted by relevance
82 struct WasmException { struct83 explicit WasmException(const WasmExceptionSig* sig) : sig(sig) {} in WasmException() function86 const WasmExceptionSig* sig; // type signature of the exception. argument