// This crate provides the wasm-sysroot path to dependent crates
// via the DEP_ARBORIUM_SYSROOT_PATH environment variable set by build.rs,
// and includes WASM allocator implementations for browser compatibility.
// Include the WASM allocator module when targeting WASM
// Re-export allocator symbols for external crates
pub use *;