Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Index your code
hub
/
github.com/explodingcamera/tinywasm
/ paged.rs
File
paged.rs
crates/tinywasm/src/store/memory/paged.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::cmp::min;
4
use core::hint::cold_path;
Callers
nothing calls this directly
Calls
no outgoing calls
Tested by
no test coverage detected