Skip to content

Commit

Permalink
Fix Cargo.toml
Browse files Browse the repository at this point in the history
  • Loading branch information
fschutt committed Feb 26, 2025
1 parent dd57e33 commit e0e46c3
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -43,6 +43,9 @@ wasm-bindgen = { version = "0.2", optional = true }
base64 = "0.22.1"
flate2 = "1.0.35"

[target.'cfg(target_family = "wasm")'.dependencies]
wasm-bindgen = { version = "0.2" }

[features]
default = []
wasm = ["wasm-bindgen"]
Expand Down

0 comments on commit e0e46c3

Please sign in to comment.