wasm-clang
wasm-clang copied to clipboard
webassembly co_await examples
seen any?
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?