Closed
Description
Hello,
On the below environment, we are building libfilcrypto.so from filecoin-ffi/rust/
Platform : s390x
Endianness : Big
OS : Ubuntu 20.04
But ran into this below issue
src/lib.rs
#[cfg(not(target_endian = "little"))]
compile_error!("blstrs is only supported on little endian architectures");
Would you have plans on supporting blstrs
on s390x platform for Big Endian architecture ?
Thank you,