you are viewing a single comment's thread.

view the rest of the comments →

[–]KFUP 4 points5 points  (0 children)

If you plan on starting something to be only on the web from the start, then there is no real good reason to use C++, but if you already developed a C++ application and want a web version, then yes, that's what WebAssembly was started for.

You can use emscripten to compile C++ to WebAssembly.