Description
Generates binding code that lets Lua call C or C++ functions and objects. It helps developers embed scripting into applications or expose native libraries to Lua without writing all glue code by hand.
Generated bindings become part of the trust boundary between scripts and native code. Review exposed APIs carefully before loading untrusted Lua scripts.