-
-
Notifications
You must be signed in to change notification settings - Fork 174
Closed
Description
I'm in a unique situation where I need to compile Lua source to Lua 32bit binary code to send off to an embedded device. I've proven the technique works but it requires a 32bit Lua implementation on the host machine as well.
To fix this requires simply adding the C define LUA_32BITS from the lua-src crate. From what I understand, I think we would have to pass the feature flag to enable that from this crate.
Is it doable?
Metadata
Metadata
Assignees
Labels
No labels