summaryrefslogtreecommitdiff
path: root/src/wasm-emscripten.h
diff options
context:
space:
mode:
authorSam Clegg <sbc@chromium.org>2020-07-27 09:51:46 -0700
committerGitHub <noreply@github.com>2020-07-27 09:51:46 -0700
commit7ee1440d3fb3bca01df8213dae13a8ed1fd34bd6 (patch)
tree5c8b4c149926db1b7c7e03d452fca6e83866c741 /src/wasm-emscripten.h
parent109f9fef53c16afaf1ced4149c9b2536adca0c2c (diff)
downloadbinaryen-7ee1440d3fb3bca01df8213dae13a8ed1fd34bd6.tar.gz
binaryen-7ee1440d3fb3bca01df8213dae13a8ed1fd34bd6.tar.bz2
binaryen-7ee1440d3fb3bca01df8213dae13a8ed1fd34bd6.zip
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.
Diffstat (limited to 'src/wasm-emscripten.h')
-rw-r--r--src/wasm-emscripten.h2
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