JWebAssembly icon indicating copy to clipboard operation
JWebAssembly copied to clipboard

Add support for synchronized and multi threading

Open Horcrux7 opened this issue 5 years ago • 0 comments

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.

Horcrux7 avatar Mar 10 '19 17:03 Horcrux7