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
By default we now use `alignof(max_align_t)` in both `emmalloc` and
`dlmalloc`. This is a requirement of the C and C++ standards.
Developers can opt into the old behviour using `-s
MALLOC=dlmalloc-align8` or `-s MALLOC=emmalloc-align8`.
Based on #10110 which was authored by @Akaricchi.
Fixes: #10072
shared.exit_with_error(f'invalid MALLOC setting: `{self.malloc}`. must be one of "emmalloc[-debug|-memvalidate][-verbose]", "dlmalloc" or "none", see settings.js')
0 commit comments