ers35 / luastatic

Build a standalone executable from a Lua program.
Creative Commons Zero v1.0 Universal
775 stars 41 forks source link

Could this be statically linked and ran in kernel space? #39

Open Shadowblitz16 opened 2 years ago

Shadowblitz16 commented 2 years ago

Could this be statically linked and ran in kernel space? Maybe also something like compiling lua to iso?

ers35 commented 2 years ago

luastatic generates a portable C file, so it could be modified to run in the kernel.

For compiling Lua to an iso, see: https://github.com/ers35/luakernel