BenchAlgI em.bench.coremark/BenchAlgI.em 1 2 3 4 5 6 7 8 9 10 11import em from '@$$emscript' export const $U = em.$declare('INTERFACE') import * as Utils from '@em.bench.coremark/Utils.em' export interface $I { kind(): Utils.Kind print(): void run(arg: i16): Utils.sum_t setup(): void }