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
[lld][WebAssembly] Abide by configured page size for memory imports
This was an oversight in llvm#128942 where
I forgot to add the configured page size to the `WasmLimits` in the import we
emit when importing a memory.
Fixesllvm#146713
0 commit comments