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

Method bytecode

pulley/src/disas.rs:355–357  ·  view source on GitHub ↗
(&mut self)

Source from the content-addressed store, hash-verified

353 type BytecodeStream = SafeBytecodeStream<'a>;
354
355 fn bytecode(&mut self) -> &mut Self::BytecodeStream {
356 &mut self.bytecode
357 }
358
359 type Return = ();
360

Callers 3

disas_br_table32Method · 0.45
decode_allMethod · 0.45
mainFunction · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected