Skip to content
Advertisement

Tag: bytecode

How to execute lua bytecode genrated by luac on linux

I have a simple lua source code called hello.lua I complied this file to bytecode on a RedHat Linux machine , using Lua5.3.4 as follows: The architecture should be fine I guess. I cant figure what is wrong. Answer Precompiled Lua programs are run exactly the same way as source:

Advertisement