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

# Functions

DirFS is like os.DirFS except it returns sys.FS, which has more features.

# Interfaces

FSConfig extends wazero.FSConfig, allowing access to the experimental sys.FS until it is moved to the "sys" package.

# Type aliases

AdaptFS adapts the input to sys.FS.
ReadFS is used to mask an existing sys.FS for reads.