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 (#146916)
This was an oversight in
#128942 where I forgot to add
the configured page size to the `WasmLimits` in the import we emit when
importing a memory.
Fixes: #146713
0 commit comments