www.digitalmars.com         C & C++   DMDScript  

digitalmars.D - [OT] Nim is usable with PNaCl

reply "weaselcat" <weaselcat gmail.com> writes:
https://github.com/hackwaly/pepper-nim

Wonder how hard it would be to get D to do the same, or if it's 
worth the effort over trying to adapt LDC output to emscripten.
Apr 25 2015
next sibling parent reply Rikki Cattermole <alphaglosined gmail.com> writes:
On 26/04/2015 5:37 p.m., weaselcat wrote:
 https://github.com/hackwaly/pepper-nim

 Wonder how hard it would be to get D to do the same, or if it's worth
 the effort over trying to adapt LDC output to emscripten.
I already asked on D.ldc. No reply. I even included links to the differences between what PNaCL supports and LLVM IR.
Apr 25 2015
parent Martin Nowak <code+news.digitalmars dawg.eu> writes:
On 04/26/2015 08:18 AM, Rikki Cattermole wrote:
 
 I already asked on D.ldc. No reply.
 I even included links to the differences between what PNaCL supports and
 LLVM IR.
What are they supposed to say? Obviously doable but requires lots of work. This is one of those particular interests that won't get implemented unless a stakeholder writes the code.
Apr 26 2015
prev sibling parent Paul O'Neil <redballoon36 gmail.com> writes:
On 04/26/2015 01:37 AM, weaselcat wrote:
 https://github.com/hackwaly/pepper-nim
 
 Wonder how hard it would be to get D to do the same, or if it's worth
 the effort over trying to adapt LDC output to emscripten.
Manu was looking into this a little while a go. https://github.com/ldc-developers/ldc/issues/800 https://github.com/ldc-developers/ldc/issues/826 -- Paul O'Neil Github / IRC: todayman
Apr 26 2015