Closed as not planned
Closed as not planned
Description
This issue is a feature request for wasm-ld
to support splitting up linker-generated relocation functions like __wasm_apply_data_relocs
in case it's linking a huge output .so
with many relocation entries, in which case the function body may become too large and exceed the function body size limit enforced by major wasm engines.