Skip to content

Latest commit

 

History

History
14 lines (10 loc) · 392 Bytes

README.md

File metadata and controls

14 lines (10 loc) · 392 Bytes

Coroutines TS integration with Cap'n Proto

Presentation slides

To build, put capnp on the PATH and run:

cd capncoro
cmake -H. -Bbuild -G "Visual Studio 15 2017"
cmake --build build --config debug

Right now, the project will only compile with Visual Studio 2017. Clang/LLVM support will (hopefully) come soon.