feat(wasm): broken equi-x solver

Signed-off-by: Xe Iaso <me@xeiaso.net>
This commit is contained in:
Xe Iaso
2025-05-15 07:39:04 -04:00
parent 3d0a5c2d87
commit a239c7a095
5 changed files with 338 additions and 2 deletions

View File

@@ -3,7 +3,7 @@ resolver = "2"
members = ["wasm/anubis", "wasm/pow/*"]
[profile.release]
strip = true
#strip = true
opt-level = "s"
lto = "thin"
codegen-units = 1