luac to create 32bit Lua byte code
[
Date Prev][
Date Next][
Thread Prev][
Thread Next]
[
Date Index]
[
Thread Index]
- Subject: luac to create 32bit Lua byte code
- From: bil til <biltil52@...>
- Date: 2023年9月29日 12:04:58 +0200
Hi,
is there a luac54.exe available anywhere, which I can use to create
32bit Lua code on a larger system (e. g. Windows64)?
Or should I compile luac.c to get luac54.exe myself?
(Is this complicated or very extraordinary to create such a version of
luac.exe to create 32bit LUA CODE? - I am bit surprised that Luac54
does not offer some option 'i32' or similar to do this automatically
(as LUA_32BITS is a very basic setting in luaconf.h).