lua-users home
lua-l archive

[Date Prev][Date Next][Thread Prev][Thread Next] [Date Index] [Thread Index]


Am 06.04.2017 um 02:09 schröbte Valerio Schiavoni:
Hello,


Hi!


What I would really like is a tool that transparently works for multi-file
Lua programs for which the dependencies are either themselves Lua files or
native (compiled) ones.
Then, the tool would auto-magically take care of repacking (potentially,
fetching the dependencies and recompiling them) everything as one single
fat binary or a single fat Lua file.

Single fat Lua file, as ordered (without the dependencies of C modules though): https://github.com/siffiejoe/lua-amalg

It could go even one step further, that is producing a single executable
file which embeds the LuaVM itself, following the recent trend of
unikernels.

I keep on dreaming :-)


Philipp