malloc 0.0.2

A malloc implementation for a web assembly
Documentation

malloc

A memory allocator for web assembly.

  • #![no_std] and stable
  • small footprint for smaller wasm
  • simple to learn from

Usage

[dependencies]
malloc = "0.0.1"
#[global_allocator]
static ALLOCATOR:malloc::Allocator = malloc::Allocator;