feat: with wasm executor

Signed-off-by: kjuulh <contact@kjuulh.io>
This commit is contained in:
2023-08-28 21:13:50 +02:00
parent 541b9b22d2
commit dd80ebb577
11 changed files with 1320 additions and 130 deletions

View File

@@ -7,8 +7,6 @@ version= "0.1.0"
edition.workspace = true
publish.workspace = true
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
[dependencies]
churn-domain.workspace = true
@@ -22,3 +20,4 @@ axum.workspace = true
serde.workspace = true
serde_json.workspace = true
reqwest.workspace = true
wasmtime.workspace = true