@runno/wasi
Runno
WASI
Articles
Docs
GitHub
Preparing search index...
WASIContextOptions
Type Alias WASIContextOptions
type
WASIContextOptions
=
{
args
:
string
[]
;
debug
:
DebugFn
;
env
:
Record
<
string
,
string
>
;
fs
:
WASIFS
;
isTTY
:
boolean
;
stderr
:
(
err
:
string
)
=>
void
;
stdin
:
(
maxByteLength
:
number
)
=>
string
|
null
;
stdout
:
(
out
:
string
)
=>
void
;
}
Index
Properties
args
debug
env
fs
is
TTY
stderr
stdin
stdout
Properties
args
args
:
string
[]
debug
debug
:
DebugFn
env
env
:
Record
<
string
,
string
>
fs
fs
:
WASIFS
is
TTY
isTTY
:
boolean
stderr
stderr
:
(
err
:
string
)
=>
void
stdin
stdin
:
(
maxByteLength
:
number
)
=>
string
|
null
stdout
stdout
:
(
out
:
string
)
=>
void
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
On This Page
Properties
args
debug
env
fs
is
TTY
stderr
stdin
stdout
Docs
@runno/runtime
Runno
WASI
Articles
Docs
GitHub
@runno/wasi
Loading...