-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
2 changed files
with
2 additions
and
2 deletions.
There are no files selected for viewing
Submodule agave-v2.0
updated
18 files
+2 −0 | .gitignore | |
+98 −51 | Cargo.lock | |
+12 −9 | Cargo.toml | |
+11 −0 | Dockerfile | |
+51 −0 | LICENSE | |
+3 −8 | Makefile | |
+14 −0 | README.md | |
+7 −1 | build.rs | |
+6 −0 | docker | |
+13 −0 | macro/Cargo.toml | |
+77 −0 | macro/src/lib.rs | |
+0 −4 | proto/invoke.proto | |
+105 −0 | proto/vm.proto | |
+2 −0 | rust-toolchain.toml | |
+18 −0 | scripts/fetch_program.sh | |
+7 −1 | src/bin/agave_compat.rs | |
+86 −37 | src/lib.rs | |
+213 −0 | src/vm_syscalls.rs |
Submodule firedancer
updated
1256 files