4 lines
97 B
TypeScript
Raw Normal View History

2019-03-27 15:05:45 +01:00
import "./buddy";
export { memory };
2019-05-23 03:33:32 +02:00
export { __mem_allocate as __alloc, __mem_free as __free };