gudzpoz / luajava

Lua for Java on Windows, Mac OS X, Linux, Android. 5.1, 5.2, 5.3, 5.4, LuaJ or LuaJIT.
https://gudzpoz.github.io/luajava/
Other
154 stars 21 forks source link

Interfacing `lua_dump` #37

Closed gudzpoz closed 2 years ago

gudzpoz commented 2 years ago

Since the precompiled chunks produced by luac and lua_dump are not portable, it might be helpful to provide access to lua_dump so that users can compile at runtime themselves.