1
0
mirror of https://github.com/fluencelabs/assemblyscript synced 2025-06-14 23:41:30 +00:00
Files
assemblyscript/tests/allocators/arena/assembly/index.ts

4 lines
107 B
TypeScript
Raw Normal View History

import "allocator/arena";
export { allocate_memory, free_memory, reset_memory };
// export { set_memory };