MCPcopy 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
66impl Interpreter<'_> {
67 pub fn run(self) -> Done {
68 dispatch(self.state, self.pc, self.executing_pc)
69 }
70}
71
72fn debug<'a>(

Callers 1

call_runMethod · 0.45

Calls 1

dispatchFunction · 0.85

Tested by

no test coverage detected