wasm-posix-host
    Preparing search index...

    Interface HomebrewVfsBuildOptions

    interface HomebrewVfsBuildOptions {
        createdBy?: string;
        fs?: MemoryFileSystem;
        loadBottleBytes: (
            pkg: HomebrewVfsPackagePlan,
        ) => Uint8Array<ArrayBufferLike> | Promise<Uint8Array<ArrayBufferLike>>;
        writeProfile?: boolean;
    }
    Index

    Properties

    createdBy?: string
    loadBottleBytes: (
        pkg: HomebrewVfsPackagePlan,
    ) => Uint8Array<ArrayBufferLike> | Promise<Uint8Array<ArrayBufferLike>>
    writeProfile?: boolean