wasm-posix-host
Preparing search index...
index
HomebrewVfsBuildOptions
Interface HomebrewVfsBuildOptions
interface
HomebrewVfsBuildOptions
{
catalogCheckout
?:
HomebrewVfsCatalogCheckout
;
compatibilityPolicy
?:
HomebrewVfsCompatibilityPolicy
;
consumerState
?:
"apply"
|
"defer"
;
createdBy
?:
string
;
fs
?:
MemoryFileSystem
;
loadBottleBytes
:
(
pkg
:
HomebrewVfsPackagePlan
,
)
=>
Uint8Array
<
ArrayBufferLike
>
|
Promise
<
Uint8Array
<
ArrayBufferLike
>
>
;
migrationLock
?:
HomebrewVfsMigrationLockBinding
;
selectionSource
?:
HomebrewVfsSelectionSource
;
writeProfile
?:
boolean
;
}
Index
Properties
catalog
Checkout?
compatibility
Policy?
consumer
State?
created
By?
fs?
load
Bottle
Bytes
migration
Lock?
selection
Source?
write
Profile?
Properties
Optional
catalog
Checkout
catalogCheckout
?:
HomebrewVfsCatalogCheckout
Optional
compatibility
Policy
compatibilityPolicy
?:
HomebrewVfsCompatibilityPolicy
Optional
consumer
State
consumerState
?:
"apply"
|
"defer"
Consumer-owned aliases/profile/runtime state may be applied after lazy trees register.
Optional
created
By
createdBy
?:
string
Optional
fs
fs
?:
MemoryFileSystem
load
Bottle
Bytes
loadBottleBytes
:
(
pkg
:
HomebrewVfsPackagePlan
,
)
=>
Uint8Array
<
ArrayBufferLike
>
|
Promise
<
Uint8Array
<
ArrayBufferLike
>
>
Optional
migration
Lock
migrationLock
?:
HomebrewVfsMigrationLockBinding
Optional
selection
Source
selectionSource
?:
HomebrewVfsSelectionSource
Optional
write
Profile
writeProfile
?:
boolean
Settings
Member Visibility
Protected
Inherited
Theme
OS
Light
Dark
On This Page
Properties
catalog
Checkout
compatibility
Policy
consumer
State
created
By
fs
load
Bottle
Bytes
migration
Lock
selection
Source
write
Profile
wasm-posix-host
Loading...
Consumer-owned aliases/profile/runtime state may be applied after lazy trees register.