Nick Fitzgerald 463b3cb93f
[lld][WebAssembly] Abide by configured page size for memory imports (#146916)
This was an oversight in
https://github.com/llvm/llvm-project/pull/128942 where I forgot to add
the configured page size to the `WasmLimits` in the import we emit when
importing a memory.

Fixes: #146713
2025-07-07 09:40:09 -07:00
..