apprun

package
v0.14.0 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Aug 1, 2024 License: AGPL-3.0 Imports: 5 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

View Source
var CmdRunWasm = &cli.Command{
	Name:      "run-wasm",
	Usage:     "run wasm program",
	ArgsUsage: "file.wasm",
	Flags: []cli.Flag{
		&cli.StringFlag{
			Name:  "main-func",
			Usage: "set main func",
			Value: "_main",
		},
	},
	Action: CmdRunAction,
}

Functions

func CmdRunAction

func CmdRunAction(c *cli.Context) error

Types

This section is empty.

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL