4 lines
97 B
TypeScript
Raw Normal View History

2019-06-05 23:15:39 +02:00
import "./buddy";
export { memory };
2019-06-05 23:15:39 +02:00
export { __mem_allocate as __alloc, __mem_free as __free };