Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Index your code
hub
/
github.com/explodingcamera/tinywasm
/ MemoryStorage
Class
MemoryStorage
crates/tinywasm/src/store/memory/mod.rs:349–349 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
347
}
348
349
pub(crate) struct MemoryStorage(Box<dyn LinearMemory>);
350
351
impl Deref for MemoryStorage {
352
type Target = dyn LinearMemory;
Callers
2
create
Method · 0.85
create_lazy
Method · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected