mirror of
https://github.com/fluencelabs/assemblyscript
synced 2025-04-25 23:12:19 +00:00
13 lines
161 B
TypeScript
13 lines
161 B
TypeScript
import "rt";
|
|
|
|
export {
|
|
__mm_allocate,
|
|
__mm_reallocate,
|
|
__mm_free,
|
|
__gc_retain,
|
|
__gc_release,
|
|
__gc_collect
|
|
};
|
|
|
|
@start export function main(): void {}
|