blob: ee2fc0f9261d19edf07e9ba13f989dee4bd0e827 [file] [log] [blame]
#include <emscripten.h>
extern "C" {
int EMSCRIPTEN_KEEPALIVE func() {
return 10;
}
void EMSCRIPTEN_KEEPALIVE report(int result) {
REPORT_RESULT();
}
}