feat(solver-wasm): use wee_alloc to make wasm file smaller
This commit is contained in:
@@ -9,3 +9,4 @@ crate-type = ["cdylib"]
|
||||
[dependencies]
|
||||
wasm-bindgen = "0.2"
|
||||
sha2 = "0.10"
|
||||
wee_alloc = { version = "0.4", default-features = false }
|
||||
|
||||
Reference in New Issue
Block a user