mirror of
https://github.com/tinygo-org/tinygo.git
synced 2026-08-17 11:13:27 +00:00
18 lines
344 B
Go
18 lines
344 B
Go
// Code generated by wit-bindgen-go. DO NOT EDIT.
|
|
|
|
package run
|
|
|
|
import (
|
|
"internal/cm"
|
|
)
|
|
|
|
// Exports represents the caller-defined exports from "wasi:cli/run@0.2.0".
|
|
var Exports struct {
|
|
// Run represents the caller-defined, exported function "run".
|
|
//
|
|
// Run the program.
|
|
//
|
|
// run: func() -> result
|
|
Run func() (result cm.BoolResult)
|
|
}
|