wasm-posix-host
    Preparing search index...

    Interface MountConfig

    interface MountConfig {
        backend: FileSystemBackend;
        mountPoint: string;
        readonly?: boolean;
    }
    Index

    Properties

    mountPoint: string
    readonly?: boolean