2026-07-27 04:59:33 +08:00
|
|
|
package component:clock-probe@0.1.0;
|
|
|
|
|
|
2026-07-30 08:13:24 +08:00
|
|
|
/// Base service exports plus the exact monotonic-clock Host capability used by
|
|
|
|
|
/// this Component. Other Wasmeld capabilities are not linked implicitly.
|
2026-07-27 04:59:33 +08:00
|
|
|
world clock-probe-component {
|
|
|
|
|
include wasmeld:service/service-component@0.1.0;
|
|
|
|
|
import wasmeld:clock/monotonic-clock@0.1.0;
|
|
|
|
|
}
|