mirror of
https://github.com/intel/llvm.git
synced 2026-01-13 19:08:21 +08:00
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