Skip to content

Commit 2202bcb

Browse files
committed
fix: restore "libsecp256k1/static-context" feature for wasm
1 parent fa03e4a commit 2202bcb

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

stacks-common/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -102,5 +102,5 @@ bech32_std = []
102102
bech32_strict = []
103103

104104
# Wasm-specific features for easier configuration
105-
wasm-web = ["rand", "getrandom/js"]
105+
wasm-web = ["rand", "getrandom/js", "libsecp256k1/static-context"]
106106
wasm-deterministic = ["getrandom/custom"]

0 commit comments

Comments
 (0)