binji/wasm-clang

webassembly co_await examples

Opened this issue · 2 comments

seen any?

binji commented

I haven't tried any, but I don't think it requires specific webassembly support for C++ coroutines. I think there's some support in the version of LLVM I used to build this, so you may be able to try out some C++20 examples in https://binji.github.io/wasm-clang/.

how hard to upgrade to clang12?