Just out of curiosity. What happens to all .lua files upon building a project on Corona?
If I’m not mistaken, the Lua code gets converted to Lua bytecode, but where are these bytecode files then located and how does Corona access them? Is this some sort of protection mechanism, is it about performance or something entirely different?