tweag / asterius

DEPRECATED in favor of ghc wasm backend, see https://www.tweag.io/blog/2022-11-22-wasm-backend-merged-in-ghc
1.98k stars 55 forks source link

Haskell + C++ project? #892

Open lattice0 opened 2 years ago

lattice0 commented 2 years ago

Can I compile Haskell projects that also use a bit of C++ source code? I wanted to compile https://github.com/cpeikert/Lol but it has some parts done in C++

MagicRB commented 2 years ago

If you manage to compile the C++ parts to WASM, maybe. But that's a hard requirement and I'm guessing that asterius can't do it rn easily.