MCPcopy 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

1use alloc::boxed::Box;
2use alloc::vec::Vec;
3use core::cmp::min;
4use core::hint::cold_path;

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected