LDC 1.9.0 beta
Radu
void at null.pt
Wed Apr 25 06:47:46 UTC 2018
On Monday, 23 April 2018 at 09:18:07 UTC, Suliman wrote:
> What about Webassembly support? Latest LLVM suppport it, so LDC
> should support also.
Might be interesting for game devs to have webassembly support,
but no one pitched in to making it happen.
One could start by getting `betterC` mode working and be fully
supported on LDC/Webassembly, this will make D/LDC and
interesting platform to develop on, and you can use a bunch of
C/C++ libs also.
Stage 2 is getting a webrutime (with minimal D runtime support)
that targets webassembly and its peculiarities, like DOM and
related bindings.
Implementing `extern(ecmascript)` would also be a nice thing to
have.
All this needs a champion to make it happen :D
More information about the Digitalmars-d-announce
mailing list