2026-07-30 07:40:02 +08:00
|
|
|
package component:resident-probe@0.1.0;
|
|
|
|
|
|
2026-07-30 08:13:24 +08:00
|
|
|
/// Composes ordinary request/response exports with the optional resident actor
|
|
|
|
|
/// export. Network and timer drivers remain Host-owned.
|
2026-07-30 07:40:02 +08:00
|
|
|
world resident-probe-component {
|
|
|
|
|
include wasmeld:service/service-component@0.1.0;
|
|
|
|
|
export wasmeld:resident/actor@0.1.0;
|
|
|
|
|
}
|