Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
drop
Method · 0.45
publish
Method · 0.45
custom_publish
Method · 0.45
unpublish
Method · 0.45
custom_unpublish
Method · 0.45
register_unwind_info
Method · 0.45
register_debug_image
Method · 0.45
raw_addr_range
Method · 0.45
frame_table
Method · 0.45
Calls
1
clone
Method · 0.45
Tested by
no test coverage detected