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

Method disas

pulley/src/disas.rs:87–89  ·  view source on GitHub ↗

Get the disassembly thus far.

(&self)

Source from the content-addressed store, hash-verified

85
86 /// Get the disassembly thus far.
87 pub fn disas(&self) -> &str {
88 &self.disas
89 }
90
91 fn disas_op(&mut self, mnemonic: &str, operands: &[&dyn Disas]) {
92 write!(&mut self.temp, "{mnemonic}").unwrap();

Callers 7

runMethod · 0.80
disas_opMethod · 0.80
disas_br_table32Method · 0.80
disas_listFunction · 0.80
mainFunction · 0.80
disas_pulleyFunction · 0.80

Calls 3

fromFunction · 0.85
disas_listFunction · 0.85
unwrapMethod · 0.45

Tested by 2

runMethod · 0.64