package
1.9.0
Repository: https://github.com/tetratelabs/wazero.git
Documentation: pkg.go.dev

# Functions

DefaultContext returns Context with no values set except a possible nil sys.FS.
NewContext is a factory function which helps avoid needing to know defaults or exporting all fields.
StripPrefixesAndTrailingSlash skips any leading "./" or "/" such that the result index begins with another string.

# Constants

FdPreopen is the file descriptor of the first pre-opened directory.
No description provided by the author
No description provided by the author
No description provided by the author

# Structs

Context holds module-scoped system resources currently only supported by built-in host functions.
DirentCache is a caching abstraction of sys.File Readdir.
FileEntry maps a path to an open file in a file system.
No description provided by the author
StdinFile is a fs.ModeDevice file for use implementing FdStdin.