Hi,
Currently, lua-capnproto only works with LuaJIT v2.1. This is because lua-capnproto needs 64 bit integer support and 64bit number bit operations, but only LuaJIT v2.1 provides a decent way to do all these.
Lua 5.3 brings 64 bit integer support along with it; will you be working on a version that works there?
Hi,
Lua 5.3 brings 64 bit integer support along with it; will you be working on a version that works there?