churn/examples/agent-ping/wit/host.wit

8 lines
93 B
Plaintext
Raw Normal View History

package example:host
world host {
import print: func(msg: string)
export run: func()
}