13 lines
161 B
TypeScript
Raw Normal View History

2019-04-18 11:51:07 +02:00
import "rt";
2019-04-11 09:07:00 +02:00
export {
2019-04-15 11:32:20 +02:00
__mm_allocate,
2019-04-17 17:48:26 +02:00
__mm_reallocate,
2019-04-15 11:32:20 +02:00
__mm_free,
__gc_retain,
__gc_release,
2019-04-18 11:51:07 +02:00
__gc_collect
2019-04-11 09:07:00 +02:00
};
2019-04-17 17:48:26 +02:00
2019-04-18 11:51:07 +02:00
@start export function main(): void {}