Skip to content

Commit

Permalink
rust: make evmc-client thread safety with HostContext
Browse files Browse the repository at this point in the history
Refine this module make it more like geth client binding implementation.
  • Loading branch information
CaptainVincent committed Jul 20, 2020
1 parent f726610 commit 5b2cc1a
Show file tree
Hide file tree
Showing 3 changed files with 171 additions and 207 deletions.
1 change: 1 addition & 0 deletions bindings/rust/evmc-client/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -15,3 +15,4 @@ edition = "2018"
evmc-sys = { path = "../evmc-sys", version = "7.4.0" }
evmc-vm = { path = "../evmc-vm", version = "7.4.0" }
libloading = "0.5"
lazy_static = "1.4.0"
Loading

0 comments on commit 5b2cc1a

Please sign in to comment.