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.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/wasm-emscripten.h b/src/wasm-emscripten.h
index d2a0a8e3e..a0a87664b 100644
--- a/src/wasm-emscripten.h
+++ b/src/wasm-emscripten.h
@@ -51,6 +51,8 @@ public:
// Replace placeholder emscripten_asm_const functions with *_signature versions.
void fixEmAsmConsts();
+ void fixInvokeFunctionNames();
+
private:
Module& wasm;
Builder builder;