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

Method text

crates/wasmtime/src/runtime/code_memory.rs:293–295  ·  view source on GitHub ↗
(&self)

Source from the content-addressed store, hash-verified

291 /// represents.
292 #[inline]
293 pub fn text(&self) -> &[u8] {
294 &self.mmap[self.text.clone()]
295 }
296
297 /// Returns the contents of the `ELF_WASMTIME_DWARF` section.
298 #[inline]

Callers 9

dropMethod · 0.45
publishMethod · 0.45
custom_publishMethod · 0.45
unpublishMethod · 0.45
custom_unpublishMethod · 0.45
register_unwind_infoMethod · 0.45
register_debug_imageMethod · 0.45
raw_addr_rangeMethod · 0.45
frame_tableMethod · 0.45

Calls 1

cloneMethod · 0.45

Tested by

no test coverage detected