Ex00_EmptyP

em.examples.basic/Ex00_EmptyP.em
1
2
3
4
5
6
import em from '@$$emscript'
export const $U = em.$declare('MODULE')

export function em$run() {
    em.halt#f()
}