Optional
args?: string[]Additional command-line arguments to be passed to the program.
Optional
env?: Record<string, string>Environment variables to set.
Optional
mount?: Record<string, DirectoryInit | Directory>Directories that should be mounted inside the WASIX instance.
This maps mount locations to the Directory being mounted. As a shortcut, if DirectoryInit is provided, a new Directory will be instantiated and mounted.
Avoid mounting directly to "/"
as it may clobber a package's bundled
files.
Optional
stdin?: string | Uint8ArrayThe standard input stream.
Generated using TypeDoc
Common options used when running a WASIX program.