lua-users home
lua-l archive

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




Am 23.02.2017 um 20:26 schrieb chris beck:
> It is the smallest possible standalone Lua module.

Hmm, shouldn't you try dumping your "true.lua" to lua bytecode? It would then still be a standalone, loadable lua module and may be smaller :)

On Tue, Feb 21, 2017 at 7:43 PM, Soni L. <fakedme@gmail.com> wrote:
Wouldn't.

Binary modules have a header with more than 0 bytes.

--
Oliver