mirror of
https://github.com/tinygo-org/tinygo.git
synced 2026-08-15 08:23:41 +00:00
ff15b474fd
These files are plain text and have no shebang.
18 lines
354 B
Go
18 lines
354 B
Go
// Code generated by wit-bindgen-go. DO NOT EDIT.
|
|
|
|
package run
|
|
|
|
import (
|
|
"internal/cm"
|
|
)
|
|
|
|
// This file contains wasmimport and wasmexport declarations for "wasi:cli@0.2.0".
|
|
|
|
//go:wasmexport wasi:cli/run@0.2.0#run
|
|
//export wasi:cli/run@0.2.0#run
|
|
func wasmexport_Run() (result0 uint32) {
|
|
result := Exports.Run()
|
|
result0 = cm.BoolToU32(result)
|
|
return
|
|
}
|