lua-users home
lua-l archive

Re: Embedding Lua files into libraries

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


> Are there other tools?
For all my Lua applications, I compress embedded sources using ZLib
(or BZip2 in one of them).
At application start, the code is uncompressed and fit to luaL_loadstring.
This permits to decrease the size of the executable and hide
(slightly) the source code.

AltStyle によって変換されたページ (->オリジナル) /