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