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
Add fallback for emval_get_global to support Web Workers (#9723)
In generated WebAssembly modules, `emval_get_global` is
used for accessing global variables. This function tries to get
`globalThis` property with a fallback mechanism. Unfortunately,
fallback mechanism does not use Web Workers environment
global object (`self`). This commit fixes that problem.
0 commit comments