Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/bytecodealliance/wasmtime
/ as_ptr
Method
as_ptr
tests/all/memory_creator.rs:80–82 ·
view source on GitHub ↗
(&self)
Source
from the content-addressed store, hash-verified
78
}
79
80
fn as_ptr(&self) -> *mut u8 {
81
self.mem as *mut u8
82
}
83
}
84
85
struct CustomMemoryCreator {
Callers
6
top
Method · 0.45
range
Method · 0.45
new
Method · 0.45
drop
Method · 0.45
new_stack
Method · 0.45
shared_memory_wait_notify
Function · 0.45
Calls
no outgoing calls
Tested by
no test coverage detected