Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Index your code
hub
/
github.com/explodingcamera/tinywasm
/ mem_addr
Method
mem_addr
crates/types/src/instructions.rs:26–28 ·
view source on GitHub ↗
(self)
Source
from the content-addressed store, hash-verified
24
25
#[inline]
26
pub const fn mem_addr(self) -> MemAddr {
27
self.mem_addr
28
}
29
}
30
31
#[derive(Clone, Copy, PartialEq)]
Callers
5
memory_addr
Method · 0.80
exec
Method · 0.80
exec_store_local_local
Method · 0.80
exec_fma_store
Method · 0.80
exec_load_local_value
Method · 0.80
Calls
no outgoing calls
Tested by
no test coverage detected