Weird bug in processing or linux?

Hit F12 to open the browser’s console and paste the test below there:
new Uint8Array(Uint32Array.of(0x12345678).buffer)[0] === 0x78

It must return true on the device it’s run if it’s little-endian.

Which it is so for almost all devices in the market.

For further details about endianness go to this forum thread: