circles/.cargo/config.toml
2025-07-08 22:49:47 +02:00

6 lines
264 B
TOML

[env]
# Set the C compiler for the wasm32 target. This ensures that build scripts
# which compile C code (like the one in secp256k1-sys) use the correct
# version of clang that can target WebAssembly.
CC_wasm32-unknown-unknown = "/opt/homebrew/opt/llvm/bin/clang"