Sort:  

WebAssembly (Wasm) is a binary instruction format for a stack-based virtual machine. It is a web standard, developed by the World Wide Web Consortium (W3C), that defines a binary format and a corresponding assembly-like text format for executable code in web pages. It 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 applications.