Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
View Source
var PackageProps = packageprops.Props{ WASMWASI: packageprops.WASMBlocked, WASMJS: packageprops.WASMBlocked, WASMFreestanding: packageprops.WASMBlocked, }
PackageProps records this package's curated properties (ADR-0080). Seeded by `wasmsurvey props generate`; curate by hand, then `wasmsurvey props verify`.
View Source
var ProfilingFlags = []cli.Flag{ &cli.StringFlag{ Name: "pprofCpuOutputFile", Category: "profiling", DefaultText: "", FilePath: "", Usage: "", Required: false, Hidden: false, HasBeenSet: false, Value: "", Action: cpuProfileFileAction, }, &cli.StringFlag{ Name: "pprofHttpListenAddress", Category: "profiling", Action: httpServerAddressAction, }, }
Functions ¶
func ProfilingHandleExit ¶
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.