Skip the FFI: Embedding Clang for C Interoperability
Jordan Rose: Most languages that aren’t a superset of C provide a Foreign Function Interface (FFI) that allows one to interface with existing C libraries. FFIs are often an afterthought, requiring manual or source-to-source translation from C header files to a subset of the target language, resulting in complicated build processes, frequent manual tweaking, and … Continue reading Skip the FFI: Embedding Clang for C Interoperability
Copy and paste this URL into your WordPress site to embed
Copy and paste this code into your site to embed