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.h8
1 files changed, 0 insertions, 8 deletions
diff --git a/src/wasm-emscripten.h b/src/wasm-emscripten.h
index a0a87664b..21bd21bea 100644
--- a/src/wasm-emscripten.h
+++ b/src/wasm-emscripten.h
@@ -67,14 +67,6 @@ private:
void generateStackRestoreFunction();
};
-std::string emscriptenGlue(
- Module& wasm,
- bool allowMemoryGrowth,
- Address stackPointer,
- Address staticBump,
- std::vector<Name> const& initializerFunctions,
- unsigned numReservedFunctionPointers);
-
} // namespace wasm
#endif // wasm_wasm_emscripten_h