1
0
mirror of https://github.com/fluencelabs/assemblyscript synced 2025-07-12 04:51:51 +00:00
Files
assemblyscript/tests/allocators/rt-full/assembly/index.ts

3 lines
52 B
TypeScript
Raw Normal View History

2019-05-23 03:33:32 +02:00
export { memory } from "memory";
2019-05-25 00:38:50 +02:00
export { __free };