MCPcopy Create free account
hub / github.com/bytecodealliance/wasmtime / WasmException

Class WasmException

crates/debugger/src/host/api.rs:160–160  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

158/// Representation of a Wasm exception object.
159#[derive(Clone)]
160pub struct WasmException(OwnedRooted<ExnRef>);
161
162/// Representation of a Wasm value.
163///

Callers 3

result_to_eventFunction · 0.85
makeMethod · 0.85
unwrap_exceptionMethod · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected