Skip to content

Commit

Permalink
shim_shmem: Convert to Rust
Browse files Browse the repository at this point in the history
  • Loading branch information
sporksmith committed Oct 12, 2022
1 parent 295ba5f commit c847455
Show file tree
Hide file tree
Showing 20 changed files with 947 additions and 554 deletions.
26 changes: 26 additions & 0 deletions src/Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

1 change: 1 addition & 0 deletions src/lib/shadow-shim-helper-rs/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,7 @@ rkyv = "0.7.39"
once_cell = "1.15.0"
rand = "0.8.5"
vasi = { path = "../vasi" }
static_assertions = "1.1.0"

[build-dependencies]
cc = { version = "1.0", features = ["parallel"] }
Expand Down
Loading

0 comments on commit c847455

Please sign in to comment.