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 wildcards in symbol-related CLI arguments #35

Closed bengreenier closed 2 years ago

bengreenier commented 2 years ago

Anywhere we accept a symbol filter today we should be able to use wildcards - e.g. time_t should be able to be time* if we'd prefer.