summaryrefslogtreecommitdiff
path: root/src/wasm-emscripten.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/wasm-emscripten.h')
-rw-r--r--src/wasm-emscripten.h4
1 files changed, 4 insertions, 0 deletions
diff --git a/src/wasm-emscripten.h b/src/wasm-emscripten.h
index 21bd21bea..78d24b13f 100644
--- a/src/wasm-emscripten.h
+++ b/src/wasm-emscripten.h
@@ -19,6 +19,8 @@
#include "wasm.h"
#include "wasm-builder.h"
+#include "support/file.h"
+
namespace wasm {
@@ -53,6 +55,8 @@ public:
void fixInvokeFunctionNames();
+ void separateDataSegments(Output* outfile);
+
private:
Module& wasm;
Builder builder;