package testfs
import "github.com/tetratelabs/wazero/internal/testing/fs"
Index ¶
Types ¶
type FS ¶
FS emulates fs.FS. Note: the path (map key) cannot begin with "/"!
func (FS) Open ¶
Open implements the same method as documented on fs.FS, except it doesn't validate the path.
type File ¶
type File struct{ CloseErr error }
func (*File) Close ¶
func (*File) Read ¶
func (*File) Seek ¶
func (*File) Stat ¶
Source Files ¶
- Version
- v1.9.0 (latest)
- Published
- Feb 18, 2025
- Platform
- linux/amd64
- Imports
- 1 packages
- Last checked
- 4 days ago –
Tools for package owners.