feat: connect runtime worker execution adapter

This commit is contained in:
2026-06-28 05:50:11 +09:00
parent e1e9fcb326
commit 18526ee362
10 changed files with 798 additions and 4 deletions
Generated
+2
View File
@@ -5932,6 +5932,7 @@ dependencies = [
"uuid",
"wasmtime",
"wat",
"worker-runtime",
"workflow",
"yoi-plugin-pdk",
]
@@ -6054,6 +6055,7 @@ dependencies = [
"tower",
"tracing",
"uuid",
"worker",
"worker-runtime",
]