forked from emscripten-core/emscripten
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Prepare for fastcomp update to fix cross-module function pointers (em…
…scripten-core#9393) There is upstream fastcomp change coming which addresses function pointer equality between wasm modules (i.e. SIDE_MODULE/MAIN_MODULE): emscripten-core/emscripten-fastcomp#259 This change prepares for that change by handling the new externFunctions metadata attribute. This new key represents a list of all non-static functions in a relocatable module which are address taken. The module will call fp$<name>() in order to find out the runtime address (table entry) for such functions. Once both these changes land they they will fix emscripten-core#8268.
- Loading branch information
Showing
3 changed files
with
30 additions
and
5 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