We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 068b288 commit e2dcb32Copy full SHA for e2dcb32
src/wasmedge/wasmedge.cc
@@ -264,7 +264,6 @@ class WasmEdge : public WasmVm {
264
};
265
FOR_ALL_WASM_VM_EXPORTS(_GET_MODULE_FUNCTION)
266
#undef _GET_MODULE_FUNCTION
267
-
268
private:
269
template <typename... Args>
270
void registerHostFunctionImpl(std::string_view module_name, std::string_view function_name,
src/wasmtime/wasmtime.cc
@@ -80,7 +80,6 @@ class Wasmtime : public WasmVm {
80
81
82
83
84
85
86
0 commit comments