lua-users home
lua-l archive

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


On Mon, Aug 17, 2020 at 1:59 PM Soni "They/Them" L. wrote:
You also cannot use arbitrary libraries.
You need to design your libraries around it.

Of course, external libraries written in C should provide their own
serialize()/deserialize() methods.