UNPKG

malloc

Version:

Simple malloc() & free() implementation on top of buffers and array buffers.

23 lines 329 B
{ "presets": [ "es2015", "stage-0", "react" ], "plugins": [ ["typecheck", { "disable": { "production": true, "coverage": true } }], ["contracts", { "env": { "production": { "strip": true } } }], ["trace", {strip: true}] ] }