cucapra / node-llvmc

JavaScript/TypeScript FFI bindings for the LLVM C API
MIT License
12 stars 7 forks source link

Add types for the low-level LLVM functions #5

Open sampsyo opened 6 years ago

sampsyo commented 6 years ago

We should add declare function TypeScript declarations for the low-level LLVM C API functions. That will make it easier to write lower-level code and will help avoid bugs in our own wrapper code.