Open hsyl20 opened 5 years ago
Support for linking with compiled C files would be very useful:
STM.c
c-sources
Options:
write a c-to-cmm compiler
Use LLVM (Clang) to compile into Wasm
Compile LLVM-IR into Cmm?
Note that it would be good to share the approach we use with GHCJS.
As the author of a few packages with c-sources, I'm interested in seeing how this turns out.
Support for linking with compiled C files would be very useful:
STM.c
) and could be used directly without having to be manually converted into Asterius EDSLc-sources
Options:
write a c-to-cmm compiler
Use LLVM (Clang) to compile into Wasm
Compile LLVM-IR into Cmm?