ExWeb3 / ex_keccak

Elixir library for computing Keccak SHA3-256 hashes using a NIF built tiny-keccak Rust crate.
Apache License 2.0
25 stars 20 forks source link

Can't build on M1 aarch64 (apple silicon) #16

Closed feld closed 2 years ago

feld commented 2 years ago

Tried to build this on M1 / apple silicon and it fails. I don't know for certain if this is a Rustler issue or something here.

build.log

tzumby commented 2 years ago

Thanks for reporting this, I have an M1 and I'll be able to test this.