lua-users home
lua-l archive

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


On Sun, Aug 16, 2020 at 11:20 PM Soni "They/Them" L. wrote:
Try Eris? https://github.com/fnuecke/eris

Eris can only persist a Lua value (you must have this value in the Lua C API stack).
How to persist the whole VM with Eris?
VM is not a Lua value.