MCPcopy 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
349pub(crate) struct MemoryStorage(Box<dyn LinearMemory>);
350
351impl Deref for MemoryStorage {
352 type Target = dyn LinearMemory;

Callers 2

createMethod · 0.85
create_lazyMethod · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected