user3404608
user3404608

Reputation: 157

Did webassembly support openmp?

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

Upvotes: 0

Views: 1000

Answers (1)

ColinE
ColinE

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

Related Questions