8 lines
280 B
Plaintext
8 lines
280 B
Plaintext
package component:wasi-clock-probe@0.1.0;
|
|
|
|
/// The declared world grants only the base service contract. Any direct WASI
|
|
/// clock import introduced by implementation code remains undeclared.
|
|
world wasi-clock-probe-component {
|
|
include wasmeld:service/service-component@0.1.0;
|
|
}
|