Skip to content

Commit

Permalink
fix: remove wee_alloc as it's unmaintained (#11)
Browse files Browse the repository at this point in the history
wee_alloc is no longer maintained. There are currently no production-ready alternatives to std, the main one to watch for is lol_alloc.
  • Loading branch information
oplik0 authored Sep 16, 2022
1 parent 394c373 commit 2bac73a
Show file tree
Hide file tree
Showing 3 changed files with 815 additions and 681 deletions.
4 changes: 1 addition & 3 deletions lib/_wasm/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,6 @@ cfg-if = "1.0"
getrandom = { version = "0.2", features = ["js"] }
scrypt = "^0.10.0"
wasm-bindgen = "=0.2.81"
wee_alloc = { version = "0.4.5", optional = true }

[dev-dependencies]
wasm-bindgen-test = "=0.3.31"
Expand All @@ -22,5 +21,4 @@ wasm-bindgen-test = "=0.3.31"
opt-level = 3

[features]
default = ["wee_alloc"]
wee_alloc = ["dep:wee_alloc"]
default = []
Loading

0 comments on commit 2bac73a

Please sign in to comment.