#WebAssembly is a low-level assembly language that provides fast, efficient and portable features. In #browsers, it is designed to complement and work alongside #JavaScript
#webassembly is a pretty big deal for the Web - it provides a compact, fast-to-parse, fast-to-run binary byte code for the Web, in the right conditions. It complements #JavaScript for tasks that are CPU intensive, and facilitates porting of non-JS code bases (e.g. game engines)
1
2
2
1) "WebAssembly Core Specification" describes a safe, portable, low-level code format designed for efficient execution and compact representation #performance w3.org/TR/2019/CR-wasm-core-…
1
1
1
2) "WebAssembly JavaScript Interface" provides an explicit #JavaScript #API for interacting with #WebAssembly w3.org/TR/2019/CR-wasm-js-ap…
1
2
1
3) "WebAssembly Web API" describes the integration of WebAssembly with the broader #WebPlatform w3.org/TR/2019/CR-wasm-web-a…
1
1
1