package
1.1.0
Repository: https://github.com/golemcloud/golem-go.git
Documentation: pkg.go.dev

# Functions

GetArgs is convenience wrapper to be used instead of the standard lib's os.Args.
Getenv is convenience wrapper to be used instead of the standard lib's os.Getenv.
InitStd overrides standard lib environment with the WASI values.
InitStdArgs overrides standard lib args with the ones coming from the WASI environment.
InitStdEnv overrides standard lib env vars with the ones coming from the WASI environment.
LookupEnv is convenience wrapper to be used instead of the standard lib's os.LookupEnv.