Monday, May 8, 2017

WebAssembly

"WebAssembly or wasm is an efficient low-level bytecode format for in-browser client-side scripting. Its initial aim is to support compilation from C and C++,[1] though other source languages such as Rust are also supported.

WebAssembly is a portable stack machine[3] which is designed to be faster to parse than JavaScript, as well as faster to execute."

http://webassembly.org/

Awesome wasm - https://github.com/kanaka/awesome-wasm

No comments:

Post a Comment