blob: 018d089f5cb91e5a8030ae41e7e22c6a6057a592 [file] [log] [blame] [edit]
#include <emscripten.h>
extern "C" {
EMSCRIPTEN_KEEPALIVE int add(int x, int y) {
return x + y;
}
}