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
The current proposal does not mention it, but to match behavior of JS Atomics.wait, we should probably allow the embedder to trap when executing i32.wait or i64.wait on main thread. Thoughts?
The current proposal does not mention it, but to match behavior of JS
Atomics.wait, we should probably allow the embedder to trap when executingi32.waitori64.waiton main thread. Thoughts?