I am porting some cross platform code to WebAssembly, now it build successfully, when run, I met below issue. Did anyone have some insight on this?

I checked the code where the exception throw, seems 202 syscall is not implemented in _emscripten_syscall. My emscripten version is 1.38.21. BTW, I use -s WASM=0 when compile. I also use embind when call from js to c++.
