Files
tinygo/src/internal/wasi/cli/v0.2.0/run/run.exports.go
T
2024-09-06 11:31:42 +02:00

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)
}