Preparing search index...
The search index is not available
@wasmer/sdk
@wasmer/sdk
Command
Class Command
A runnable WASIX command.
Index
Constructors
constructor
Properties
name
Methods
binary
free
run
Constructors
constructor
new
Command
(
)
:
Command
Returns
Command
Properties
name
name
:
string
Methods
binary
binary
(
)
:
Uint8Array
Read the binary that will be
Returns
Uint8Array
free
free
(
)
:
void
Returns
void
run
run
(
options
?
)
:
Promise
<
Instance
>
Parameters
Optional
options
:
SpawnOptions
Returns
Promise
<
Instance
>
Settings
Member Visibility
Protected
Private
Inherited
External
Theme
OS
Light
Dark
On This Page
constructor
name
binary
free
run
@wasmer/sdk
Atom
Command
DeployedApp
Directory
Instance
IntoUnderlyingByteSource
IntoUnderlyingSink
IntoUnderlyingSource
PublishPackageOutput
Runtime
User
UserPackageDefinition
Volume
Wasmer
WasmerPackage
InitOutput
AppConfig
AppIdentifier
BaseAppConfig
CommonOptions
DeployedIdApp
Loading...
Generated using
TypeDoc
A runnable WASIX command.