Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/bytecodealliance/wasmtime
/ result
Method
result
crates/test-programs/src/bin/debugger_component.rs:52–54 ·
view source on GitHub ↗
(self, d: &Debuggee)
Source
from the content-addressed store, hash-verified
50
}
51
52
fn result(self, d: &Debuggee) -> Result<Event, Error> {
53
EventFuture::finish(self.future, d)
54
}
55
}
56
57
/// Tests single-stepping.
Callers
2
test_simple
Function · 0.45
test_loop
Function · 0.45
Calls
1
finish
Function · 0.85
Tested by
2
test_simple
Function · 0.36
test_loop
Function · 0.36