Add WebAssembly

This commit is contained in:
Angelos Chalaris
2018-09-01 14:42:27 +03:00
parent 7f21d84afb
commit 2b3c6667c7

4
glossary/WebAssembly.md Normal file
View File

@ -0,0 +1,4 @@
### 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.