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

7
Cargo.lock generated
View File

@@ -56,12 +56,6 @@ dependencies = [
"version_check",
]
[[package]]
name = "lazy_static"
version = "1.5.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "bbd2bcb4c963f2ddae06a2efc7e9f3591312473c50c6685e1f298068316e66fe"
[[package]]
name = "libc"
version = "0.2.171"
@@ -83,7 +77,6 @@ dependencies = [
name = "sha256"
version = "0.1.0"
dependencies = [
"lazy_static",
"sha2",
]