#include #include using namespace emscripten; long long_fn(unsigned long) { return 0; } EMSCRIPTEN_BINDINGS(Test) { function("longFn", &long_fn); }