Thread overview
[OT] Nim is usable with PNaCl
Apr 26, 2015
weaselcat
Apr 26, 2015
Rikki Cattermole
Apr 26, 2015
Martin Nowak
Apr 27, 2015
Paul O'Neil
April 26, 2015
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.
April 26, 2015
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.
April 26, 2015
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.
April 27, 2015
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