Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
validating before executing script
  • Loading branch information
simonjiao committed Mar 19, 2024
1 parent 13ef33b commit b2189c5
Show file tree
Hide file tree
Showing 6 changed files with 647 additions and 94 deletions.
78 changes: 39 additions & 39 deletions 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 vm/vm-runtime/src/lib.rs
Expand Up @@ -13,6 +13,7 @@ mod access_path_cache;
mod errors;
pub mod move_vm_ext;
pub mod parallel_executor;
mod verifier;
mod vm_adapter;

use crate::metrics::VMMetrics;
Expand Down

0 comments on commit b2189c5

Please sign in to comment.