Skip to content

Commit

Permalink
Build code introduced in near#8792 (near#8796)
Browse files Browse the repository at this point in the history
This PR builds on top of near#8792. It continues the work mainlining near#8323.

Ignore the first three commits to review only the changes actually brought by this PR
  • Loading branch information
Ekleog-NEAR authored and nikurt committed Apr 5, 2023
1 parent 37e46c7 commit bddd5f1
Show file tree
Hide file tree
Showing 104 changed files with 1,416 additions and 3,179 deletions.
267 changes: 264 additions & 3 deletions Cargo.lock

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

9 changes: 9 additions & 0 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -33,6 +33,15 @@ members = [
"integration-tests",
"nearcore",
"neard",
"runtime/near-vm/lib/api",
"runtime/near-vm/lib/compiler",
"runtime/near-vm/lib/compiler-singlepass",
"runtime/near-vm/lib/engine",
"runtime/near-vm/lib/engine-universal",
"runtime/near-vm/lib/vm",
"runtime/near-vm/lib/types",
"runtime/near-vm/tests/lib/wast",
"runtime/near-vm/tests/lib/compiler-test-derive",
"runtime/near-vm-logic",
"runtime/near-vm-runner",
"runtime/near-vm-runner/fuzz",
Expand Down
Loading

0 comments on commit bddd5f1

Please sign in to comment.