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

Method text

crates/wasmtime/src/runtime/code.rs:240–242  ·  view source on GitHub ↗
(&self)

Source from the content-addressed store, hash-verified

238 }
239
240 pub fn text(&self) -> &[u8] {
241 &self.original_code.text()
242 }
243
244 /// Returns the concatenated list of all data associated with this wasm
245 /// module.

Callers 11

executeMethod · 0.45
check_gdb_outputFunction · 0.45
check_wasmFunction · 0.45
check_watFunction · 0.45
check_lldb_outputFunction · 0.45
check_outputFunction · 0.45
annotate_asmFunction · 0.45
lookup_framesFunction · 0.45
text_sizeMethod · 0.45
functionMethod · 0.45

Calls 1

code_memoryMethod · 0.80

Tested by

no test coverage detected