bitcoinjs / tiny-secp256k1

A tiny secp256k1 native/JS wrapper
MIT License
92 stars 55 forks source link

Pre-compile native binaries #34

Closed orpheus closed 3 years ago

orpheus commented 5 years ago

Is there a way to pre-compile the native binaries for use in node builds? The deployment service I'm trying to use (zeit/now.2) doesn't have a C++ compiler/builder and this package can't compile. I'm new to node C++ addons and looking into it, but would appreciate any *pointers.

Thank you

aulneau commented 5 years ago

+1 I am running into the same issue.