We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c4155dc commit 9d8f7c9Copy full SHA for 9d8f7c9
1 file changed
src/wavm.h
@@ -19,9 +19,11 @@
19
20
#include "eei.h"
21
22
+namespace WAVM {
23
namespace IR {
24
class Module;
25
}
26
+}
27
28
namespace hera {
29
@@ -49,7 +51,7 @@ class WavmEngine : public WasmEngine {
49
51
bool meterInterfaceGas
50
52
);
53
- IR::Module parseModule(bytes_view code);
54
+ WAVM::IR::Module parseModule(bytes_view code);
55
};
56
57
} // namespace hera
0 commit comments