Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/explodingcamera/tinywasm
/ lazy.rs
File
lazy.rs
crates/tinywasm/src/store/memory/lazy.rs:None–None ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
1
use alloc::boxed::Box;
2
use alloc::vec::Vec;
3
use core::cell::RefCell;
4
use core::hint::cold_path;
Callers
nothing calls this directly
Calls
no outgoing calls
Tested by
no test coverage detected