A memory allocator for web assembly.
#![no_std]
toml [dependencies] malloc = "0.0.1"
```rust
static ALLOCATOR:malloc::Allocator = malloc::Allocator; ```