openmpwebassemblyasm.js

Did webassembly support openmp?


As title , anyone know webassembly support openmp or not? If support, how to use it? Thanks.


Solution

  • 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.