evo-lua / evo-runtime

General-purpose Lua programming platform and developer toolkit
https://evo-lua.github.io
Mozilla Public License 2.0
11 stars 1 forks source link

Enable automated synchronization of cdefs for the FFI bindings #509

Closed rdw-software closed 7 months ago

rdw-software commented 7 months ago

Instead of sharing the cdefs, as originally attemped in #506, this adds a utility script to update the cdefs automatically.

Arguably a worse solution than just embedding the files, but for the time being it's probably "good enough".