Skip to content

Commit e0e46c3

Browse files
committed
Fix Cargo.toml
1 parent dd57e33 commit e0e46c3

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

Cargo.toml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -43,6 +43,9 @@ wasm-bindgen = { version = "0.2", optional = true }
4343
base64 = "0.22.1"
4444
flate2 = "1.0.35"
4545

46+
[target.'cfg(target_family = "wasm")'.dependencies]
47+
wasm-bindgen = { version = "0.2" }
48+
4649
[features]
4750
default = []
4851
wasm = ["wasm-bindgen"]

0 commit comments

Comments
 (0)