We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
ring v0.17.6
mac verison: 14.1 (23B2073) rust verison: rustc 1.76.0-nightly (5facb422f 2023-11-28) node version: v18.0.0
run build:wasm: failed to run custom build command for ring v0.17.6
The text was updated successfully, but these errors were encountered:
im getting same issue on my machine - still looking for a fix
Sorry, something went wrong.
Encountered this one and solved it with this approach: rust-bitcoin/rust-secp256k1#254 (comment). So we'd need to install llvm from brew
brew install llvm
and force to use this version of clang when building the wasm
clang
AR=/usr/local/opt/llvm/bin/llvm-ar CC=/usr/local/opt/llvm/bin/clang npm run build:wasm
No branches or pull requests
mac verison: 14.1 (23B2073)
rust verison: rustc 1.76.0-nightly (5facb422f 2023-11-28)
node version: v18.0.0
run build:wasm: failed to run custom build command for
ring v0.17.6
The text was updated successfully, but these errors were encountered: