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.

Reply via email to