# 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.
# 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.