luastatic is a tool that can make standalone executables with lua. it says that it can convert code to C, and can use pretty much any gcc compiler. idk how to explain this but can we link the library to the compiler to make a working .elf file? could we do that instead of having to worry about lua runtime in the build?
luastatic is a tool that can make standalone executables with lua. it says that it can convert code to C, and can use pretty much any gcc compiler. idk how to explain this but can we link the library to the compiler to make a working .elf file? could we do that instead of having to worry about lua runtime in the build?