diff options
Diffstat (limited to 'src/wasm-emscripten.h')
-rw-r--r-- | src/wasm-emscripten.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/wasm-emscripten.h b/src/wasm-emscripten.h index c15a4b8af..a5de5a128 100644 --- a/src/wasm-emscripten.h +++ b/src/wasm-emscripten.h @@ -36,6 +36,7 @@ public: void generateRuntimeFunctions(); Function* generateMemoryGrowthFunction(); + void generateStackInitialization(); // Create thunks for use with emscripten Runtime.dynCall. Creates one for each // signature in the indirect function table. |