#include int main(int, char**) { std::cout << "Hello Emscripten" << std::endl; return 0; }