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
Asyncify: Add support for dynamic linking (#15893)
Fixes#15594
Before Asyncify wouldn't work properly in side modules, because the
globals, __asyncify_state and __asyncify_data, are not synchronized
between main-module and side-modules.
With WebAssembly/binaryen#4427, __asyncify_state and __asyncify_data
will be imported globals in the side modules.
0 commit comments