bitcoinjs / tiny-secp256k1

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

Unable to build tiny-secp256k1 #79

Closed birimbau closed 2 years ago

birimbau commented 2 years ago

Hello,

I cloned the project and tried to run the following command make build-wasm and received he following error in the console:

RUSTFLAGS="-C link-args=-zstack-size=655360" cargo build --target wasm32-unknown-unknown --release
'RUSTFLAGS' is not recognized as an internal or external command,
operable program or batch file.
make: *** [build-wasm] Error 1

Running in a windows machine

junderw commented 2 years ago

Please use WSL.