wasm-posix-host
Preparing search index...
index
HomebrewVfsPlanOptions
Interface HomebrewVfsPlanOptions
interface
HomebrewVfsPlanOptions
{
allowFallback
?:
boolean
;
arch
:
HomebrewBottleArch
;
expectedAbi
?:
number
;
expectedCacheKeys
?:
Record
<
string
,
string
>
;
loadLinkManifest
:
(
tapRelativePath
:
string
)
=>
unknown
;
packages
:
string
[]
;
runtime
?:
HomebrewRuntime
;
}
Index
Properties
allow
Fallback?
arch
expected
Abi?
expected
Cache
Keys?
load
Link
Manifest
packages
runtime?
Properties
Optional
allow
Fallback
allowFallback
?:
boolean
arch
arch
:
HomebrewBottleArch
Optional
expected
Abi
expectedAbi
?:
number
Optional
expected
Cache
Keys
expectedCacheKeys
?:
Record
<
string
,
string
>
load
Link
Manifest
loadLinkManifest
:
(
tapRelativePath
:
string
)
=>
unknown
packages
packages
:
string
[]
Optional
runtime
runtime
?:
HomebrewRuntime
Settings
Member Visibility
Protected
Inherited
Theme
OS
Light
Dark
On This Page
Properties
allow
Fallback
arch
expected
Abi
expected
Cache
Keys
load
Link
Manifest
packages
runtime
wasm-posix-host
Loading...