feat(solver-wasm): replace outdated wee-alloc with FreeListAllocator from lol-alloc
This commit is contained in:
@@ -9,7 +9,7 @@ crate-type = ["cdylib"]
|
||||
[dependencies]
|
||||
wasm-bindgen = "0.2"
|
||||
sha2 = "0.10"
|
||||
wee_alloc = { version = "0.4", default-features = false }
|
||||
lol_alloc = "0.4"
|
||||
|
||||
[profile.release]
|
||||
lto = true
|
||||
|
||||
Reference in New Issue
Block a user