mirror of
https://github.com/tinygo-org/tinygo.git
synced 2026-08-13 23:43:40 +00:00
18 lines
364 B
Go
18 lines
364 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 = (uint32)(cm.BoolToU32(result))
|
|
return
|
|
}
|