secp256k1-node
secp256k1-node copied to clipboard
Release binary
Would you be open to considering something like https://github.com/mapbox/node-pre-gyp ? The build of this module takes a lot of time on our CI compared to the total build time.
This package use prebuildify for creating binaries. It's available for Linux (glibc/musl), Windows, macOS. Can you share the npm install log? What CI do you use?
@fanatid Does this create M1 compatible builds? I see this in my logs after switching to a newer M1 laptop: secp256k1 unavailable, reverting to browser version
- looks like support was added here https://github.com/prebuild/prebuildify/issues/52
Oh, nice. We need to add m1 support.