lvauvillier / dji-log-parser

A library to parse records from DJI .txt logs
MIT License
9 stars 5 forks source link

C bindings #10

Open akhenakh opened 3 days ago

akhenakh commented 3 days ago

Thanks for your work on this library.

I'm trying to call it from C code, but cbindgen is having a hard time with the code.

Are you planning on exposing some simplified and FFI compatible functions?

That would make this library useful with more languages

lvauvillier commented 3 days ago

Hey @akhenakh, I only plan to make a Node.js wrapper on top of a WASM target.

But PRs are welcome :)