You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Update heuristic for finding __stack_pointer to allow exports. NFC (#4467)
There is no reason the `__stack_pointer` global can't be exported from
the module, and in fact I'm experimenting with a non-relocatable main
module that requires this.
See emscripten-core/emscripten#12682
This heuristic still kind of sucks but should always be good enough
for llvm output that always puts the stack pointer first.
0 commit comments