import "github.com/egdaemon/eg/runtime/x/wasi/eggolang"
var BuildOption = boption(nil)
var CompileOption = coption(nil)
var InstallOption = ioption(nil)
var TestOption = toption(nil)
func AutoCompile(options ...coption) eg.OpFn
func AutoInstall(options ...ioption) eg.OpFn
func AutoTest(options ...toption) eg.OpFn
func CacheBuildDirectory() string
func CacheDirectory(dirs ...string) string
func CacheModuleDirectory() string
func Env() []string
attempt to build the golang environment that sets up the golang environment for caching.
func RecordCoverage(ctx context.Context, _ eg.Op) (err error)
Record the coverage profile into the duckdb database.
func Runtime() shell.Command
Create a shell runtime that properly sets up the golang environment for caching.