Files
churn/examples/agent-ping/wit/host.wit
2023-08-28 21:13:50 +02:00

8 lines
93 B
Plaintext

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