diff options
Diffstat (limited to 'src/wasm-emscripten.h')
-rw-r--r-- | src/wasm-emscripten.h | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/src/wasm-emscripten.h b/src/wasm-emscripten.h index b541e60b4..ed02b6409 100644 --- a/src/wasm-emscripten.h +++ b/src/wasm-emscripten.h @@ -62,8 +62,6 @@ public: // as expected by emscripten. void renameMainArgcArgv(); - 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 |