Skip to content

Commit

Permalink
rust: make evmc-client thread safety in HostContext
Browse files Browse the repository at this point in the history
Refine this module make it more like go-binding implementation.
  • Loading branch information
CaptainVincent committed Jun 29, 2020
1 parent 7dbcfe0 commit 5e150ea
Show file tree
Hide file tree
Showing 3 changed files with 175 additions and 202 deletions.
3 changes: 2 additions & 1 deletion bindings/rust/evmc-client/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -14,4 +14,5 @@ edition = "2018"
[dependencies]
evmc-sys = { path = "../evmc-sys", version = "7.4.0" }
evmc-vm = { path = "../evmc-vm", version = "7.4.0" }
libloading = "0.5"
libloading = "0.5"
lazy_static = "1.4.0"
Loading

0 comments on commit 5e150ea

Please sign in to comment.