This means that the dynamic linker then assigned function pointers
and both main module and side module use fp$foo accessors to lookup
function addresses, just like they do for global addresses.
This allows the test_dylink_function_pointer_equality test in emscripten
to pass.
This means that the dynamic linker then assigned function pointers and both main module and side module use
fp$foo
accessors to lookup function addresses, just like they do for global addresses.This allows the test_dylink_function_pointer_equality test in emscripten to pass.
See https://github.com/emscripten-core/emscripten/issues/8268.