wasmer_wasix
0.38.0
In wasmer_wasix::fs
Modules
fd
fd_list
inode_guard
notification
Structs
EpollFd
EpollInterest
FallbackFileSystem
Fd
FdInner
Inode
InodeGuard
InodeVal
InodeWeakGuard
NotificationInner
WasiFs
WasiInodes
WasiInodesProtected
Enums
EpollJoinGuard
Kind
WasiFsRoot
Constants
FS_ROOT_INO
FS_STDERR_INO
FS_STDIN_INO
FS_STDOUT_INO
MAX_SYMLINKS
STDERR_DEFAULT_RIGHTS
STDIN_DEFAULT_RIGHTS
STDOUT_DEFAULT_RIGHTS
VIRTUAL_ROOT_FD
Functions
create_dir_all
default_fs_backing
fs_error_from_wasi_err
fs_error_into_wasi_err
merge_filesystems
virtual_file_type_to_wasi_file_type
?
Settings
Function
wasmer_wasix
::
fs
::
create_dir_all
Copy item path
source
·
[
−
]
fn create_dir_all(fs: &dyn
FileSystem
, path: &
Path
) ->
Result
<
()
,
FsError
>