Skip to content

Commit

Permalink
chore: remove unused wasm features
Browse files Browse the repository at this point in the history
  • Loading branch information
dr-orlovsky committed Jan 4, 2024
1 parent a88f452 commit d51d86b
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 13 deletions.
5 changes: 0 additions & 5 deletions apfloat/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -31,8 +31,3 @@ getrandom = { version = "0.2", features = ["js"], optional = true }

[target.'cfg(target_arch = "wasm32")'.dev-dependencies]
wasm-bindgen-test = "0.3"

[target.'cfg(target_arch = "wasm32")'.features]
default = ["std"]
alloc = ["amplify_num/alloc"]
std = ["amplify_num/std"]
8 changes: 0 additions & 8 deletions num/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -40,11 +40,3 @@ getrandom = { version = "0.2", features = ["js"], optional = true }

[target.'cfg(target_arch = "wasm32")'.dev-dependencies]
wasm-bindgen-test = "0.3"

[target.'cfg(target_arch = "wasm32")'.features]
default = ["hex"]
all = ["std", "hex", "serde"]
std = []
serde = ["std", "serde_crate", "hex"]
hex = []
alloc = []

0 comments on commit d51d86b

Please sign in to comment.