RainwayApp / node-clangffi

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

fix(libclang): Update bindings #15

Closed bengreenier closed 2 years ago

bengreenier commented 2 years ago

Non-breaking. This moves our libclang definition to using time_t types, as-per #14. This should have no impact on the interface, but is more internally "correct".

bengreenier commented 2 years ago

need to rebase before merge