Module spin_sdk.wit.imports.wasi_filesystem_preopens_0_2_0

Functions

def get_directories() ‑> List[Tuple[Descriptor, str]]
Expand source code
def get_directories() -> List[Tuple[wasi_filesystem_types_0_2_0.Descriptor, str]]:
    """
    Return the set of preopened directories, and their path.
    """
    raise NotImplementedError

Return the set of preopened directories, and their path.