Class Function
A WebAssembly function reference.
class Function
: wasmer.Handle!(wasmer.bindings.wasm_func_t)
;
Constructors
Name | Description |
this
(store, type, callback)
|
Instantiate a D function to be called from WASM code.
|
this
(store, module_, type, callback)
|
Instantiate a D delegate to be called from WASM code.
|
this
(store, module_, callback)
|
Instantiate a D function that satisfies isCallableAsFunction to be called from WASM code.
|
Methods
Name | Description |
call
(results)
|
|
call
(arguments, results)
|
|
from
(extern_)
|
|