LanguageVFS
Guest: Language-virtual Filesystem
Describes the API surface of a guest language-specific virtual file system (VFS) implementation. The VFS system is aware of language VFS bindings, and provides these bindings in the event the corresponding language is requested for use in Elide.
Language-specific VFS implementations declare their languageId.
Types
Describes a configured language-level virtual file system; this includes a fsProvider which can be used to obtain the VFS implementation, and a router function which decides if a path is eligible to be handled by the VFS.
Properties
Functions
Indicates whether this VFS implementation allows access to host-side I/O for regular files on-disk. Unless I/O for guest->host access is enabled, this is always false
.
Indicates whether this VFS implementation allows access to host-side I/O for native sockets. Unless I/O for guest->host access is enabled, this is always false
.