mirror of
https://github.com/fluencelabs/assemblyscript
synced 2025-04-26 23:42:15 +00:00
4 lines
105 B
TypeScript
4 lines
105 B
TypeScript
|
export namespace gc {
|
||
|
@builtin export declare function iterateRoots(fn: (ref: usize) => void): void;
|
||
|
}
|