#include int main() { EM_ASM({ Module.print("hello, world!"); }); }