malloc 0.0.2

A malloc implementation for a web assembly
Documentation
1
2
3
4
build:
	@cargo build --target wasm32-unknown-unknown
lint:
	@cargo fmt