lua-users home
lua-l archive

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


On Mon, Jan 3, 2011 at 15:40, Richard Hundt <richardhundt@gmail.com> wrote:
> There was some discussion a while ago about implementing data serialization
> using Lua's bytecode format:

> http://lua-users.org/wiki/EngramProposal

> I've gone ahead and implemented it in Lua:

> https://github.com/richardhundt/lua-engram

You should warn your library users that it is not safe to load such
data if it comes from untrusted source. Also it is not compatible with
LuaJIT.

Alexander.