Add initial reduction node implementation, start adding dynamic node
All checks were successful
test / test (push) Successful in 15m58s

This commit is contained in:
2025-01-09 13:55:01 +10:30
parent 43db0dc308
commit 65d1e9fec4
6 changed files with 1039 additions and 60 deletions

View File

@@ -38,6 +38,7 @@ futures = "0.3.31"
tokio-util = { version = "0.7.13", features = ["compat"] }
async-trait = "0.1.83"
testcontainers = "0.23.1"
wasmtime = "28.0.0"
# More info on targets: https://doc.rust-lang.org/cargo/reference/cargo-targets.html#configuring-a-target
[lib]