wasm-posix-host
Preparing search index...
index
HomebrewFlatVfsBuildOptions
Interface HomebrewFlatVfsBuildOptions
interface
HomebrewFlatVfsBuildOptions
{
baseFs
?:
MemoryFileSystem
;
loadBottleBytes
:
(
pkg
:
HomebrewBottleDescriptor
,
)
=>
Uint8Array
<
ArrayBufferLike
>
|
Promise
<
Uint8Array
<
ArrayBufferLike
>
>
;
}
Index
Properties
base
Fs?
load
Bottle
Bytes
Properties
Optional
base
Fs
baseFs
?:
MemoryFileSystem
Optional source state is copied into a private filesystem before mutation.
load
Bottle
Bytes
loadBottleBytes
:
(
pkg
:
HomebrewBottleDescriptor
,
)
=>
Uint8Array
<
ArrayBufferLike
>
|
Promise
<
Uint8Array
<
ArrayBufferLike
>
>
Settings
Member Visibility
Protected
Inherited
Theme
OS
Light
Dark
On This Page
Properties
base
Fs
load
Bottle
Bytes
wasm-posix-host
Loading...
Optional source state is copied into a private filesystem before mutation.