From 7ee1440d3fb3bca01df8213dae13a8ed1fd34bd6 Mon Sep 17 00:00:00 2001 From: Sam Clegg Date: Mon, 27 Jul 2020 09:51:46 -0700 Subject: wasm-emscripten-finalize: remove exportWasiStart (#2986) This should not be needed since in emscripten standalone mode we always include a crt1.o that includes _start. --- src/wasm-emscripten.h | 2 -- 1 file changed, 2 deletions(-) (limited to 'src/wasm-emscripten.h') 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 -- cgit v1.2.3