JWebAssembly
JWebAssembly copied to clipboard
Add support for synchronized and multi threading
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.