Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/bytecodealliance/wasmtime
/ wasmtime_memory
Method
wasmtime_memory
crates/wasmtime/src/runtime/types.rs:3499–3501 ·
view source on GitHub ↗
(&self)
Source
from the content-addressed store, hash-verified
3497
}
3498
3499
pub(crate) fn wasmtime_memory(&self) -> &Memory {
3500
&self.ty
3501
}
3502
/// Construct a new memory import initialized to this memory type’s default
3503
/// state.
3504
///
Callers
3
from
Method · 0.80
new
Method · 0.80
create_memory
Function · 0.80
Calls
no outgoing calls
Tested by
no test coverage detected