Module spin_sdk.wit.imports.wasi_filesystem_preopens_0_2_6
Functions
def get_directories() ‑> List[Tuple[Descriptor, str]]-
Expand source code
def get_directories() -> List[Tuple[wasi_filesystem_types_0_2_6.Descriptor, str]]: """ Return the set of preopened directories, and their paths. """ raise NotImplementedErrorReturn the set of preopened directories, and their paths.