blob: 9c18eda3a793498d9256bdf4ad87a717dd394e03 [file] [log] [blame]
#include <emscripten.h>
int main()
{
// Copy a field around to mark to JavaScript code that we have successfully completed the main() of this program.
EM_ASM(Module.weHaveExecutedSomeCCode = Module.inputData);
}