A small, WebAssembly-optimized memory allocator for Rust, designed for minimal code size.
# Cargo.toml
[dependencies]
wee_alloc = "0.4.5"No compatibility data collected yet for this library.
Verified import paths — ran on the pinned version, not inferred.
Sets wee_alloc as the global allocator for a WebAssembly target.
Use a different allocator like `std::alloc::System` for non-WASM targets.
No dependency data recorded yet.