1
0
mirror of https://github.com/fluencelabs/assemblyscript synced 2025-05-30 08:01:26 +00:00

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 };