What is webassembly? | Sololearn: Learn to code for FREE!
New course! Every coder should learn Generative AI!
Try a free lesson
+ 1

What is webassembly?

Today i just read an article sayed that there was javascript alternative called Webassembly. They say it work's faster than javascript, right now wasm supports 4 browser's chrome, mozzila, EDGE, and safari. I wonder where can i learn wasm https://medium.com/young-coder/what-replaces-javascript-a6493b4e2d6e

12th Oct 2019, 3:44 PM
Bodybody
Bodybody - avatar
1 Answer
+ 1
WebAssembly (abbreviated Wasm) is a binary instruction format for a stack-based virtual machine. Wasm is designed as a portable target for compilation of high-level languages like C/C++/Rust, enabling deployment on the web for client and server. in basic terms: (it's an Assembler for your main browser)
14th Oct 2019, 1:32 AM
WakeCode
WakeCode - avatar