axedom-alloc 0.1.0-alpha.1

Pluggable allocator interface for Axedom memory subsystems.
Documentation
1
2
3
4
5
6
7
//! axedom-alloc — part of the Axedom WASM-first runtime platform (alpha).

#![warn(missing_docs)]

mod spec;

pub use spec::*;