949b8d6cdb
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.
12 lines
206 B
TOML
12 lines
206 B
TOML
schema_version = 1
|
|
|
|
[dependencies]
|
|
"wasmeld:resident" = "0.1.0"
|
|
"wasmeld:service" = "0.1.0"
|
|
|
|
[replace."wasmeld:resident"]
|
|
path = "../../wit/resident"
|
|
|
|
[replace."wasmeld:service"]
|
|
path = "../../wit/service"
|