Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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)]
160
pub struct WasmException(OwnedRooted<ExnRef>);
161
162
/// Representation of a Wasm value.
163
///
Callers
3
result_to_event
Function · 0.85
make
Method · 0.85
unwrap_exception
Method · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected