GlobalInterruptsI em.hal/GlobalInterruptsI.em 1 2 3 4 5 6 7 8 9 10 11import em from '@$$emscript' export const $U = em.$declare('INTERFACE') export type Key = u32 export interface $I { disable(): Key enable(): void isEnabled(): bool_t restore(key: Key): void }