C++/ Rust .. - WebAssembly brings other programming languages than Js to the Web! - Bringing Native performance to Web JS Engines (JIT Compiler) Wasm Modules
| Smaller in size & Compact 2. Optimized Code | Compiled ahead of time 3. Executes at native speed by taking advantage of common hardware capabilities 4. Better memory mgmt!
Steps: 1. Import JavaScript things into Rust and export Rust things to JavaScript 2. Use exported Rust things from JavaScript! https://hacks.mozilla.org/2018/04/javascript-to-rust-and-back-agai n-a-wasm-bindgen-tale/
1. Low-level, binary format for programs 2. Open standard with cross-browser support 3. Direct successor of asm.js 4. General purpose virtual architecture