summaryrefslogtreecommitdiff
path: root/vendor/wasi/wit/deps/cli/run.wit
blob: 655346efb6dde44c3e582098e5489c923a4a48fb (plain)
1
2
3
4
5
6
@since(version = 0.2.0)
interface run {
  /// Run the program.
  @since(version = 0.2.0)
  run: func() -> result;
}