package config
import "github.com/tetratelabs/wazero/internal/gojs/config"
Package config exists to avoid dependency cycles when keeping most of gojs code internal.
Index ¶
Types ¶
type Config ¶
type Config struct { OsWorkdir bool // Workdir is the actual working directory value. Workdir string Umask uint32 }
func NewConfig ¶
func NewConfig() *Config
func (*Config) Clone ¶
func (*Config) Init ¶
Source Files ¶
- Version
- v1.5.0
- Published
- Aug 24, 2023
- Platform
- linux/amd64
- Imports
- 3 packages
- Last checked
- 11 minutes ago –
Tools for package owners.