Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/bytecodealliance/wasmtime
/ run
Method
run
pulley/src/interp/tail_loop.rs:67–69 ·
view source on GitHub ↗
(self)
Source
from the content-addressed store, hash-verified
65
66
impl Interpreter<'_> {
67
pub fn run(self) -> Done {
68
dispatch(self.state, self.pc, self.executing_pc)
69
}
70
}
71
72
fn debug<'a>(
Callers
1
call_run
Method · 0.45
Calls
1
dispatch
Function · 0.85
Tested by
no test coverage detected