Skip to content

Commit

Permalink
wasm-bindgen is optional
Browse files Browse the repository at this point in the history
  • Loading branch information
attente committed Jan 17, 2019
1 parent 36fe1da commit c23a2dc
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -7,5 +7,9 @@ edition = "2018"
[lib]
crate-type = ["cdylib"]

[features]
default = []
bindings = ["wasm-bindgen"]

[dependencies]
wasm-bindgen = "0.2.32"
wasm-bindgen = { version = "0.2.32", optional = true }

0 comments on commit c23a2dc

Please sign in to comment.