wasm: add benchmark, rip out lazy_static

Signed-off-by: Xe Iaso <me@xeiaso.net>
This commit is contained in:
Xe Iaso
2025-04-09 19:35:45 -04:00
parent f728779c08
commit d0d49a4d3c
5 changed files with 59 additions and 30 deletions
-1
View File
@@ -7,7 +7,6 @@ edition = "2024"
crate-type = ["cdylib"]
[dependencies]
lazy_static = "1.5"
sha2 = "0.10"
[lints.clippy]