1
0
mirror of https://github.com/fluencelabs/assemblyscript synced 2025-05-05 20:02:15 +00:00

4 lines
82 B
TypeScript
Raw Normal View History

import "./buddy";
2018-02-12 19:17:50 +01:00
export { allocate_memory, free_memory };
2018-02-19 23:07:35 +01:00
export { set_memory };