feat(solver-wasm): use wee_alloc to make wasm file smaller

This commit is contained in:
2025-07-06 20:48:36 +02:00
parent b1332183cc
commit 5cc99c7ec6
3 changed files with 55 additions and 2 deletions

View File

@@ -9,3 +9,4 @@ crate-type = ["cdylib"]
[dependencies]
wasm-bindgen = "0.2"
sha2 = "0.10"
wee_alloc = { version = "0.4", default-features = false }