#include <base/webassembly/WebAssembly.h>
◆ WebAssemblyFunction() [1/3]
WebAssemblyFunction::WebAssemblyFunction |
( |
| ) |
|
◆ WebAssemblyFunction() [2/3]
◆ WebAssemblyFunction() [3/3]
WebAssemblyFunction::WebAssemblyFunction |
( |
WebAssembly |
wa, |
|
|
unsigned int |
id |
|
) |
| |
◆ call()
◆ getType()
Returns the type of the function.
◆ invoke()
template<typename RESULT , typename... ARGS>
RESULT WebAssemblyFunction::invoke |
( |
ARGS... |
args | ) |
|
|
inline |
◆ operator()() [1/2]
template<typename RESULT , typename... ARGS>
RESULT WebAssemblyFunction::operator() |
( |
ARGS... |
args | ) |
|
|
inline |
◆ operator()() [2/2]