6 lines
264 B
TOML
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"
|