Creates a new function from the raw underlying C API representation.
| 141 | public: |
| 142 | /// Creates a new function from the raw underlying C API representation. |
| 143 | Func(wasmtime_func_t func) : func(func) {} |
| 144 | |
| 145 | /** |
| 146 | * \brief Creates a new host-defined function. |
nothing calls this directly
no test coverage detected