aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/internal/wasi/cli/v0.2.0/run/run.wit.go
blob: 728d0292ad02c7173b9f3a84c25d562692be757c (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
// Code generated by wit-bindgen-go. DO NOT EDIT.

//go:build !wasip1

// Package run represents the exported interface "wasi:cli/run@0.2.0".
package run

import (
	"github.com/ydnar/wasm-tools-go/cm"
)

//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.LowerResult(result)
	return
}