|
|
|
|
|
by 0x01
3894 days ago
|
|
That's a neat trick! Is there any reason you can't do this with luac? I tried the equivalent to what you're doing with luac, but gcc complains that "member libmylib.a(luafunc.o) in archive is not an object". What's the difference between the bytecode generated by luajit compared to luac? |
|
I think luac compiles to bytecode only.