Skip to content

Commit 22f27b7

Browse files
committed
Fix heaedr
1 parent 82a254d commit 22f27b7

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

src/wavm.h

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,9 +19,11 @@
1919

2020
#include "eei.h"
2121

22+
namespace WAVM {
2223
namespace IR {
2324
class Module;
2425
}
26+
}
2527

2628
namespace hera {
2729

@@ -49,7 +51,7 @@ class WavmEngine : public WasmEngine {
4951
bool meterInterfaceGas
5052
);
5153

52-
IR::Module parseModule(bytes_view code);
54+
WAVM::IR::Module parseModule(bytes_view code);
5355
};
5456

5557
} // namespace hera

0 commit comments

Comments
 (0)