dcodeIO 26e46f6f86 Reintroduce builtin decorator so these can appear anywhere in stdlib again
Avoids wrapping an undocumented function within 'memory.size' for example.
2018-07-19 02:10:04 +02:00

4 lines
105 B
TypeScript

export namespace gc {
@builtin export declare function iterateRoots(fn: (ref: usize) => void): void;
}