mirror of
https://github.com/fluencelabs/assemblyscript
synced 2025-04-28 16:32:15 +00:00
14 lines
178 B
TypeScript
14 lines
178 B
TypeScript
import "rt";
|
|
|
|
export {
|
|
__rt_allocate,
|
|
__rt_reallocate,
|
|
__rt_free,
|
|
__rt_retain,
|
|
__rt_release,
|
|
__rt_collect,
|
|
__rt_typeinfo
|
|
};
|
|
|
|
@start export function main(): void {}
|