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 008c46d commit 068b288Copy full SHA for 068b288
src/wamr/wamr.cc
@@ -89,7 +89,7 @@ class Wamr : public WasmVm {
89
90
void terminate() override {}
91
bool usesWasmByteOrder() override { return true; }
92
-
+
93
void warm() override {}
94
95
private:
src/wasmtime/wasmtime.cc
@@ -80,7 +80,7 @@ class Wasmtime : public WasmVm {
80
};
81
FOR_ALL_WASM_VM_EXPORTS(_GET_MODULE_FUNCTION)
82
#undef _GET_MODULE_FUNCTION
83
84
85
template <typename... Args>
86
void registerHostFunctionImpl(std::string_view module_name, std::string_view function_name,
0 commit comments