jirutka / luapak

Easily build a standalone executable for any Lua program
MIT License
200 stars 7 forks source link

Why not compile the lua script into bytecode? #15

Closed rfl890 closed 1 year ago

rfl890 commented 1 year ago

Instead of minifying the lua code, you could just compile it into bytecode via luac.

jirutka commented 1 year ago

I know, but from what I remember, the bytecode was actually bigger than the source.

rfl890 commented 1 year ago

That's weird.