diff options
Diffstat (limited to 'src/wasm-emscripten.h')
-rw-r--r-- | src/wasm-emscripten.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/wasm-emscripten.h b/src/wasm-emscripten.h index 1758aa23a..9dc82bc1a 100644 --- a/src/wasm-emscripten.h +++ b/src/wasm-emscripten.h @@ -56,6 +56,8 @@ public: void enforceStackLimit(); + void exportWasiStart(); + // Emits the data segments to a file. The file contains data from address base // onwards (we must pass in base, as we can't tell it from the wasm - the // first segment may start after a run of zeros, but we need those zeros in |