@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
:
FileSystemProvider
;
futex
?:
FutexProvider
;
indirectFunctionTable
?:
WebAssembly.Table
;
isTTY
:
boolean
;
memory
?:
WebAssembly.Memory
;
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?
indirect
Function
Table?
is
TTY
memory?
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
:
FileSystemProvider
Optional
futex
futex
?:
FutexProvider
Optional
indirect
Function
Table
indirectFunctionTable
?:
WebAssembly.Table
is
TTY
isTTY
:
boolean
Optional
memory
memory
?:
WebAssembly.Memory
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
indirect
Function
Table
is
TTY
memory
proc
random
signals
sockets
stderr
stdin
stdout
threads
tty
Docs
@runno/runtime
Runno
WASI
Articles
Docs
GitHub
@runno/wasi
Loading...