EM_ASM(alert('hai'); alert('bai'));
EM_ASM(console.log('hello ' + $0), 1);
EM_ASM(console.log('hello ' + UTF8ToString($0)), “world!”);