Ware

About this addon

Ware is an embeddable library that enables hassle-free data transfer to/from restricted environments, without serialization to Lua code. It also provides a simple mechanism for passing arguments to restricted snippets executed from insecure code.

You can install Ware as a stand-alone addon (in which case it is accessible via the global _G.Ware), or embed it into your own addon (in which case it is embedded into your private addon table: local _, T = ...; local Ware = T.Ware).

For a detailed description of the Ware API and features, see the reference manual.