compiler-research / CppInterOp

A Clang-based C++ Interoperability Library
Other
38 stars 20 forks source link

Add WASM CI Support #183

Closed vgvassilev closed 4 months ago

vgvassilev commented 5 months ago

The wasm support should be compatible to what's already done for the xeus-cpp project where I would like to eventually adopt CppInterOp.

mcbarton commented 5 months ago

@vgvassilev I'm just waiting for the Windows CppInterOp build to pass in https://github.com/compiler-research/CppInterOp/pull/181 and be merged, and then I plan add on a Windows cppyy build to the CI. I'll try to address this WASM support in that PR.

vgvassilev commented 5 months ago

Ok, awesome!

vgvassilev commented 4 months ago

Looks like the windows work is almost done. Maybe a good time to start the WASM work.