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

Method bytecode

pulley/src/interp/debug.rs:82–84  ·  view source on GitHub ↗
(&mut self)

Source from the content-addressed store, hash-verified

80 type Return = <Interpreter<'a> as OpVisitor>::Return;
81
82 fn bytecode(&mut self) -> &mut Self::BytecodeStream {
83 self.0.bytecode()
84 }
85
86 fn before_visit(&mut self) {
87 self.0.record_executing_pc_for_profiling();

Callers 2

dispatchFunction · 0.45
run_extendedFunction · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected