Skip to content
This repository was archived by the owner on Apr 8, 2026. It is now read-only.

Commit 71d3f22

Browse files
rust: make evmc-client thread safety with HostContext
Refine this module make it more like geth client binding implementation.
1 parent a44e9d3 commit 71d3f22

3 files changed

Lines changed: 175 additions & 202 deletions

File tree

bindings/rust/evmc-client/Cargo.toml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,4 +14,5 @@ edition = "2018"
1414
[dependencies]
1515
evmc-sys = { path = "../evmc-sys", version = "7.4.0" }
1616
evmc-vm = { path = "../evmc-vm", version = "7.4.0" }
17-
libloading = "0.5"
17+
libloading = "0.5"
18+
lazy_static = "1.4.0"

0 commit comments

Comments
 (0)