@runno/runtime
Runno
WASI
Articles
Docs
GitHub
Preparing search index...
CompleteResult
Type Alias CompleteResult
type
CompleteResult
=
{
exitCode
:
number
;
fs
:
WASIFS
;
resultType
:
"complete"
;
stderr
:
string
;
stdin
:
string
;
stdout
:
string
;
tty
:
string
;
}
Index
Properties
exit
Code
fs
result
Type
stderr
stdin
stdout
tty
Properties
exit
Code
exitCode
:
number
fs
fs
:
WASIFS
result
Type
resultType
:
"complete"
stderr
stderr
:
string
stdin
stdin
:
string
stdout
stdout
:
string
tty
tty
:
string
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
On This Page
Properties
exit
Code
fs
result
Type
stderr
stdin
stdout
tty
Docs
@runno/wasi
Runno
WASI
Articles
Docs
GitHub
@runno/runtime
Loading...