lua-users home
lua-l archive

[Date Prev][Date Next][Thread Prev][Thread Next] [Date Index] [Thread Index]


On Wed, Oct 5, 2016 at 10:58 AM, Charles Heywood <vandor2012@gmail.com> wrote:
> Perhaps you should look into srlua. Also, no, it doesn't link or include any
> external files.

Charles, you are correct - it will make the bytecode, but you need to
attach a Lua executable stub, which is what srlua does.

My luabuild project assists with using srlua (creates custom
executable stubs with extra binary extensions) although it packs in
the collected scripts as an archive, not as Lua bytecode.