import "github.com/egdaemon/eg/runtime/x/wasi/egfs"
func CloneFS(ctx context.Context, dstdir string, rootdir string, archive fs.FS) (err error)
func DirExists(path string) bool
DirExists returns true IFF a non-directory file exists at the provided path.
func FileExists(path string) bool
FileExists returns true IFF a non-directory file exists at the provided path.
func MkDirs(perm fs.FileMode, paths ...string) (err error)