D could catch this wave: web assembly
Abdulhaq via Digitalmars-d
digitalmars-d at puremagic.com
Wed Dec 23 02:28:18 PST 2015
On Wednesday, 23 December 2015 at 10:06:20 UTC, Suliman wrote:
> For example I do not know JS. And only C++. How would look like
> my web-app with WASM?
First have a look at this, qt-emscripten:
http://vps2.etotheipiplusone.com:30176/redmine/projects/emscripten-qt/wiki/Demos
WASM will allow programming languages and libraries to be
compiled down to WASM code and then run in the browser, rather
like is happening with qt-emscripten (C++ is converted to
javascript). As regards how it is rendered, DOM, OpenGL etc., I
guess that will be an implementation choice.
More information about the Digitalmars-d
mailing list