summaryrefslogtreecommitdiff
path: root/src/wasm-interpreter.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/wasm-interpreter.h')
-rw-r--r--src/wasm-interpreter.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/wasm-interpreter.h b/src/wasm-interpreter.h
index 55caecaaa..d9beb0a95 100644
--- a/src/wasm-interpreter.h
+++ b/src/wasm-interpreter.h
@@ -273,11 +273,11 @@ public:
return ExpressionRunner(*this, scope).visit(function->body).value;
}
+ std::map<IString, Function*> functions;
+
private:
Module& wasm;
ExternalInterface* externalInterface;
-
- std::map<IString, Function*> functions;
};
} // namespace wasm