feat(wit): define resident actor protocol

Add the versioned wasmeld:resident@0.1.0 event/effect contract for timers, streams, datagrams, messages, extension sources, and shutdown.

Add a resident-probe Component with locked service and resident WIT dependencies so the ABI can be built, packed, and exercised independently.
This commit is contained in:
Maofeng
2026-07-30 07:40:02 +08:00
parent b304b038a4
commit 949b8d6cdb
8 changed files with 251 additions and 0 deletions
+1
View File
@@ -9,6 +9,7 @@ members = [
"components/spin",
"components/clock-probe",
"components/kv-probe",
"components/resident-probe",
"components/wasi-clock-probe",
]
default-members = ["crates/wasmeld-runtime"]