Reputation: 157
As title , anyone know webassembly support openmp or not? If support, how to use it? Thanks.
Upvotes: 0
Views: 1000
Reputation: 70142
No, WebAssembly does not support OpenMP - WebAssembly is an assembly language for the web. If you have the sourcecode for OpenMP, and it is in C or C++, you might be able to compile it to WebAssembly using Emscripten.
Upvotes: 1