malloc

A memory allocator for web assembly.

Usage

toml [dependencies] malloc = "0.0.1"

```rust

[global_allocator]

static ALLOCATOR:malloc::Allocator = malloc::Allocator; ```