binji / wasm-clang

Running Clang/LLD in WebAssembly Demo
https://binji.github.io/wasm-clang
Apache License 2.0
259 stars 27 forks source link

webassembly co_await examples #7

Open unicomp21 opened 4 years ago

unicomp21 commented 4 years ago

seen any?

binji commented 4 years ago

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/.

unicomp21 commented 3 years ago

how hard to upgrade to clang12?