Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/bytecodealliance/wasmtime
/ ptr
Method
ptr
cranelift/jit/src/compiled_blob.rs:91–93 ·
view source on GitHub ↗
(&self)
Source
from the content-addressed store, hash-verified
89
}
90
91
pub(crate) fn ptr(&self) -> *const u8 {
92
self.ptr
93
}
94
95
pub(crate) fn size(&self) -> usize {
96
self.size
Callers
5
get_address
Method · 0.45
get_finalized_function
Method · 0.45
get_finalized_data
Method · 0.45
define_function_with_control_plane
Method · 0.45
define_function_bytes
Method · 0.45
Calls
no outgoing calls
Tested by
no test coverage detected