unify, stub impl

This commit is contained in:
dcode
2019-04-18 12:53:48 +02:00
parent 8216cf3361
commit 18c3f0c555
15 changed files with 346 additions and 141 deletions

View File

@ -1,12 +1,13 @@
import "rt";
export {
__mm_allocate,
__mm_reallocate,
__mm_free,
__gc_retain,
__gc_release,
__gc_collect
__rt_allocate,
__rt_reallocate,
__rt_free,
__rt_retain,
__rt_release,
__rt_collect,
__rt_typeinfo
};
@start export function main(): void {}