ecmaOS
kernel/src/tree/wasm
Wasm
Class Wasm
Implements
Wasm
Index
Constructors
constructor
Accessors
modules
Methods
load
Emscripten
load
Wasm
Constructors
constructor
new
Wasm
(
options
:
WasmOptions
)
:
Wasm
Parameters
options
:
WasmOptions
Returns
Wasm
Accessors
modules
get
modules
()
:
Map
<
string
,
{
instance
:
Instance
;
module
:
Module
}
>
Returns
Map
<
string
,
{
instance
:
Instance
;
module
:
Module
}
>
Methods
load
Emscripten
loadEmscripten
(
path
:
string
)
:
Promise
<
void
>
Load an emscripten JS file compiled using -sSINGLE_FILE
Parameters
path
:
string
Returns
Promise
<
void
>
load
Wasm
loadWasm
(
path
:
string
)
:
Promise
<
{
instance
:
Instance
;
module
:
Module
}
>
Load a WebAssembly module
Parameters
path
:
string
Returns
Promise
<
{
instance
:
Instance
;
module
:
Module
}
>
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
On This Page
Constructors
constructor
Accessors
modules
Methods
load
Emscripten
load
Wasm
ecmaOS
Load an emscripten JS file compiled using -sSINGLE_FILE