import "github.com/tetratelabs/wazero/internal/gojs/config"
Package config exists to avoid dependency cycles when keeping most of gojs code internal.
config.go
type Config struct { OsWorkdir bool // Workdir is the actual working directory value. Workdir string Umask uint32 }
func NewConfig() *Config
func (c *Config) Clone() *Config
func (c *Config) Init() error