-
Notifications
You must be signed in to change notification settings - Fork 3.3k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Read static data size from dylink section
This allows us to stop depending wasm-emscripten-finalize to write staticBump which in turn will allow us to stop exporting `__data_end`, once we update binaryen. As a side effect of this the static bump information is no longer available in the normal linking mode which means we can't include dynamic_base in EMSCRIPTEN_METADATA anymore. One more nail in the coffin for EMSCRIPTEN_METADATA. See #12231
- Loading branch information
Showing
3 changed files
with
29 additions
and
37 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters