@runno/wasi
Runno
WASI
Articles
Docs
GitHub
Preparing search index...
WASIXContextOptions
Type Alias WASIXContextOptions
type
WASIXContextOptions
=
{
args
:
string
[]
;
clock
?:
ClockProvider
;
debug
?:
DebugFn
;
env
:
Record
<
string
,
string
>
;
fs
:
WASIFS
;
futex
?:
FutexProvider
;
isTTY
:
boolean
;
proc
?:
ProcProvider
;
random
?:
RandomProvider
;
signals
?:
SignalsProvider
;
sockets
?:
SocketsProvider
;
stderr
:
(
err
:
string
)
=>
void
;
stdin
:
(
maxByteLength
:
number
)
=>
string
|
null
;
stdout
:
(
out
:
string
)
=>
void
;
threads
?:
ThreadsProvider
;
tty
?:
TTYProvider
;
}
Index
Properties
args
clock?
debug?
env
fs
futex?
is
TTY
proc?
random?
signals?
sockets?
stderr
stdin
stdout
threads?
tty?
Properties
args
args
:
string
[]
Optional
clock
clock
?:
ClockProvider
Optional
debug
debug
?:
DebugFn
env
env
:
Record
<
string
,
string
>
fs
fs
:
WASIFS
Optional
futex
futex
?:
FutexProvider
is
TTY
isTTY
:
boolean
Optional
proc
proc
?:
ProcProvider
Optional
random
random
?:
RandomProvider
Optional
signals
signals
?:
SignalsProvider
Optional
sockets
sockets
?:
SocketsProvider
stderr
stderr
:
(
err
:
string
)
=>
void
stdin
stdin
:
(
maxByteLength
:
number
)
=>
string
|
null
stdout
stdout
:
(
out
:
string
)
=>
void
Optional
threads
threads
?:
ThreadsProvider
Optional
tty
tty
?:
TTYProvider
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
On This Page
Properties
args
clock
debug
env
fs
futex
is
TTY
proc
random
signals
sockets
stderr
stdin
stdout
threads
tty
Docs
@runno/runtime
Runno
WASI
Articles
Docs
GitHub
@runno/wasi
Loading...