Skip to content

Commit 7eee3ce

Browse files
committed
Make binaryen an optional dependency
1 parent 0065073 commit 7eee3ce

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

libchisel/Cargo.toml

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,4 +14,7 @@ edition = "2018"
1414
parity-wasm = "^0.35.6"
1515
rustc-hex = "1.0"
1616
byteorder = "1.2.4"
17-
binaryen = "0.8"
17+
binaryen = { version = "0.8", optional = true }
18+
19+
[features]
20+
default = ["binaryen"]

0 commit comments

Comments
 (0)