NaCl/Emscripten

Tobias Pankrath via Digitalmars-d digitalmars-d at puremagic.com
Fri Jan 9 03:32:02 PST 2015


>
> I can probably get by with @nogc. There's no threading in asm.js
> either, so that might be a spanner. Maybe -betterc would be 
> usable out
> of the box...

You could compile your D code to LLVM IR using ldc2 --output-ll 
and feed that to emcc to see how far you get.


More information about the Digitalmars-d mailing list