[Date Prev][Date Next][Thread Prev][Thread Next]
[Date Index]
[Thread Index]
- Subject: Re: How to deploy without .lua sources
- From: Asko Kauppi <askok@...>
- Date: Tue, 26 Feb 2008 10:13:59 +0200
And you can also embed your luac'd bytecode within an executable, if
your project has a C(++) main program.
Look for bin2c, used at least in LuaSocket (I think) and luaSub.
Luiz Henrique de Figueiredo kirjoitti 25.2.2008 kello 14:03:
Is possible to get something like .lua files on binary format (the
equivalent in Python is .pyc I think)?
Use luac.