Files
30-seconds-of-code/glossary/WebAssembly.md
Angelos Chalaris 2b3c6667c7 Add WebAssembly
2018-09-01 14:42:27 +03:00

268 B

WebAssembly

WebAssembly (WA) is a web standard that defines an assembly-like text format and corresponding binary format for executalbe code in web pages. WebAssembly is meant to complement JavaScript and improve its performance to match native code performance.