After we removed cross-endian bytecode support in #1412, I tested native builds with Docker (s930x) and looks like native BE is currently broken, due to the bytecode checksum?
src/quickjs # ./build/qjs
SyntaxError: checksum error
Supporting cross-endian builds is no longer a goasl, but I guess native BE builds are, so we should fix it I guess.
After we removed cross-endian bytecode support in #1412, I tested native builds with Docker (s930x) and looks like native BE is currently broken, due to the bytecode checksum?
Supporting cross-endian builds is no longer a goasl, but I guess native BE builds are, so we should fix it I guess.