我使用 luac 来编译我的 lua 代码。luac版本是5.2.2,我的app原生lua是5.2.2。
我的lua代码
function hello()
print("hello test luac ")
end
hello()
Run Code Online (Sandbox Code Playgroud)
预编译代码:
1b4c 7561 5200 0104 0804 0800 1993 0d0a 1a0a 0000 0000 0000 0000 0001 0205 0000 0025 0000 0008 0000 8006 0040 001d 4080 001f 0080 0001 0000 0004 0600 0000 0000 0000 6865 6c6c 6f00 0100 0000 0100 0000 0300 0000 0000 0204 0000 0006 0040 0041 4000 001d 4000 011f 0080 0002 0000 0004 0600 0000 0000 0000 7072 696e 7400 0411 0000 …