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 (c *Config) Clone() *Config

func (*Config) Init

func (c *Config) Init() error

Source Files

config.go

Version
v1.5.0
Published
Aug 24, 2023
Platform
linux/amd64
Imports
3 packages
Last checked
11 minutes ago

Tools for package owners.