fix export star module exports, shiftify

This commit is contained in:
dcode
2019-04-18 20:36:51 +02:00
parent 2b0a165e7f
commit 2dec52976a
11 changed files with 192 additions and 159 deletions

View File

@ -1,13 +1,3 @@
import "rt";
export {
__rt_allocate,
__rt_reallocate,
__rt_free,
__rt_retain,
__rt_release,
__rt_collect,
__rt_typeinfo
};
export * from "rt";
@start export function main(): void {}