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
One of the advantages of WASM programs has been that with very limited exceptions they are deterministic and so they can also be executed reproducibly. The inclusion of threads has the potential to introduce a new very large exception to that.
Has there been any discussion of supporting features to allow WASM program involving threads to be executed reproducibly? For example recording the ordering in which shared memory interactions occur and allowing a program to be executed with the same ordering as a previous execution?