[Date Prev][Date Next][Thread Prev][Thread Next]
[Date Index]
[Thread Index]
- Subject: Re: Lua bytecodes and endian-ness
- From: "Peter Hull" <peterhull90@...>
- Date: Sat, 10 Jun 2006 14:59:22 +0100
Thanks, I understand now. I should have found those threads - I
suppose I just used the wrong search terms!
There is a mention of a more fully featured dump/undump. Is that being
worked on at the moment?
Pete
On 6/10/06, Luiz Henrique de Figueiredo <lhf@tecgraf.puc-rio.br> wrote:
> Am I correct that Lua binary files are not endian-independent
Yes. See http://lua-users.org/lists/lua-l/2006-01/msg00024.html
> so, what's the best way to deal with this?
See http://lua-users.org/lists/lua-l/2006-02/msg00507.html
--lhf