feat(solver-wasm): replace outdated wee-alloc with FreeListAllocator from lol-alloc

This commit is contained in:
2025-07-14 20:39:38 +02:00
parent df4daa1b77
commit d5ceaad797
3 changed files with 47 additions and 52 deletions

View File

@@ -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