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
Make emscripten_resize_heap compatible with PURE_WASI (#22217)
Previously, using PURE_WASI was incompatible with
EMSCRIPTEN_MEMORY_GROWTH flag, and was not documented.
Now, using EMSCRIPTEN_MEMORY_GROWTH with PURE_WASI is possible. It will
not require the host to export
emscripten_notify_memory_growth and will grow the memory as expected
from EMSCRIPTEN_MEMORY_GROWTH.
Fixes#22211
0 commit comments