|
Wasmtime: C++
|
Host functions can return nothing. More...
#include <wasmtime.hh>
Public Types | |
| using | Results = WasmTypeList< std::tuple<> > |
Static Public Member Functions | |
| template<typename F , typename... A> | |
| static std::optional< Trap > | invoke (F f, Caller cx, wasmtime_val_raw_t *raw, A... args) |
Host functions can return nothing.