
Fri, 05/06/2022 - 13:40
Forums:
When I compiled the code into WASM, I found a significant performance degradation. This is five times less than native c++ code.
I suspect there are several reasons:
1. Webassembly VM
2. Multithreading doesn't work
3. Virtual file system ?
Any suggestions for improving performance?
Fri, 05/06/2022 - 14:18
Existing discussions:
Fri, 12/08/2023 - 18:55
Has anyone tried comparing performance with native WASM exceptions since it seems to be enabled now.