Can we use multithreading with WebAssembly?

Can we use multithreading with WebAssembly? WebAssembly is a new programming language, allowing us to compile C/C or other statically typed languages and run them in the browser and . While languages like C/C support multi-threading, JavaScript is single-threaded and this raises the question of how WebAssembly will behave. In this talk, we will discuss the design of threads for WebAssembly, the implementation challenges in terms of security and we will see examples of how multithreading can be achieved using Web Workers. #devspot#devspotwebassembly#webassembly#multithreading Speaker: Boyan Mihaylov Event: 2019 Subscribe for more at DevSpot: Publication Permissions: The original video was published under the Creative Commons Attribution license (reuse allowed). Original video:
Back to Top