BusyWaitI em.hal/BusyWaitI.em1 2 3 4 5 6import em from '@$$emscript' export const $U = em.$declare('INTERFACE') export interface $I { wait(usecs: u32): void }