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

Function debug

pulley/src/interp/tail_loop.rs:72–82  ·  view source on GitHub ↗
(
    state: &'a mut MachineState,
    pc: UnsafeBytecodeStream,
    executing_pc: ExecutingPcRef<'a>,
)

Source from the content-addressed store, hash-verified

70}
71
72fn debug<'a>(
73 state: &'a mut MachineState,
74 pc: UnsafeBytecodeStream,
75 executing_pc: ExecutingPcRef<'a>,
76) -> debug::Debug<'a> {
77 debug::Debug(Interpreter {
78 state,
79 pc,
80 executing_pc,
81 })
82}
83
84fn dispatch(
85 state: &mut MachineState,

Callers 2

dispatchFunction · 0.70
run_extendedFunction · 0.70

Calls 1

DebugClass · 0.85

Tested by

no test coverage detected