I want to use LuaJIT for its ability to create structs and arrays in Lua. But my functions which use the data require userdata or a string (not a string representation, just used as a container) that stores the data.
But looking through the api I don't see if this is even possible. Is it?
Thanks.