mirror of
https://github.com/fluencelabs/assemblyscript
synced 2025-07-02 16:11:49 +00:00
fix export star module exports, shiftify
This commit is contained in:
@ -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 {}
|
||||
|
Reference in New Issue
Block a user