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.
7 lines
166 B
Plaintext
7 lines
166 B
Plaintext
package component:resident-probe@0.1.0;
|
|
|
|
world resident-probe-component {
|
|
include wasmeld:service/service-component@0.1.0;
|
|
export wasmeld:resident/actor@0.1.0;
|
|
}
|