PetterS / clang-wasm

How to build webassembly files with nothing other than standard Clang/llvm.
143 stars 15 forks source link

c++ coroutines #3

Closed unicomp21 closed 5 years ago

unicomp21 commented 5 years ago

Hi Peter, Such amazing times! Has anyone gotten C++ coroutines working on webassembly yet? Kinda looks like all the pieces are there for clang 8, right?

PetterS commented 5 years ago

The syntax should perhaps work, but there is no library support that I know of. You will have to write your own, I think. Does not have a lot to do with webassembly, though.