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
With Web-Workers it is possible to access a WebAssembly from multiple threads. For this we need to implements also synchronized. Currently the synchronized code will be skipped from JWebAssembly at compile time.
The text was updated successfully, but these errors were encountered:
With Web-Workers it is possible to access a WebAssembly from multiple threads. For this we need to implements also synchronized. Currently the synchronized code will be skipped from JWebAssembly at compile time.
The text was updated successfully, but these errors were encountered: