WebAssembly: The native way of executing high level languages in javascript
Drupal Drupal Drupal everywhere... It's always good to take some time off from Durpal and learn whats new & happening.
Here is my session that takes a peek into upcoming technology outside of Drupal. Are you a front end dev, back end dev or just starting with Drupal, join my session on WebAssembly: The native way of executing high level languages in javascript. Turn your desktop game to Javascript or Create collabarative editing tools from C/C++/Rust to javascript.
WebAssembly is a low-level Assembly-like language with a compact binary format that runs with near-native performance. It provides languages with low-level memory models such as C++ and Rust with a compilation target so that they can run on the Web.
In this session we will talk about
- What is WSAM
- Efficiency
- Portability
- Interoperablity
- Why should we use WSAM
- When can we use WSAM &
- How can we use WSAM
- Demo - How to run C/C++ program in web application