#include EMSCRIPTEN_KEEPALIVE int add(int x, int y) { return x + y; } EMSCRIPTEN_KEEPALIVE int global_val = 0;