----- Original Message -----
> > > > http://people.mozilla.org/~eakhgari/es2gears.html
> 
> Too bad it refuses to run on big endian hosts yet. :)

Off-topic, but just FYI: Emscripten uses a Typed Array to represent the heap, 
and Typed Arrays expose endianness which means that it's up to the application 
developer to make sure that their code works with both endiannesses. So in this 
case, I guess the solution would be to compile es2gears twice.

It's controversial that Typed Arrays expose endianness (TC39 is not fond of 
that) but so far, AFAIK, no full solution to that problem has been found.

Cheers,
Benoit
_______________________________________________
mesa-dev mailing list
mesa-dev@lists.freedesktop.org
http://lists.freedesktop.org/mailman/listinfo/mesa-dev

Reply via email to