Comment on Cling: Running C++ in an interpreterparentComments−sedachv14yMy mistake, I thought Emscripten was an LLVM VM in JS. I'll take a look at it to see what the output actually does.−sedachv14yLooking at issues in https://github.com/kripken/emscripten/wiki/Filesystem-Guide it seems to be there would be a big win in having an LLVM VM - you'd be able to have synchronous IO and have threads.
Comments
My mistake, I thought Emscripten was an LLVM VM in JS. I'll take a look at it to see what the output actually does.
Looking at issues in https://github.com/kripken/emscripten/wiki/Filesystem-Guide it seems to be there would be a big win in having an LLVM VM - you'd be able to have synchronous IO and have threads.