Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
execute
Method · 0.45
check_gdb_output
Function · 0.45
check_wasm
Function · 0.45
check_wat
Function · 0.45
check_lldb_output
Function · 0.45
check_output
Function · 0.45
annotate_asm
Function · 0.45
lookup_frames
Function · 0.45
text_size
Method · 0.45
raw_wasm_to_array_trampoline_data
Method · 0.45
function
Method · 0.45
Calls
1
code_memory
Method · 0.80
Tested by
no test coverage detected