7 lines
195 B
Plaintext
7 lines
195 B
Plaintext
package component:counter@0.1.0;
|
|
|
|
/// Counter only needs the base service lifecycle and imports no Host capability.
|
|
world counter-component {
|
|
include wasmeld:service/service-component@0.1.0;
|
|
}
|