RainwayApp / node-clangffi

Generate Typescript FFI bindings for C/C++ libraries using libclang and ffi-napi.
MIT License
7 stars 1 forks source link

Support remapping types #34

Closed bengreenier closed 2 years ago

bengreenier commented 2 years ago

We should be able to override the default mapping if need be.

E.g. time_t => long long