From 39588f1f7adecde41961a268a99a54de4ca4f7b4 Mon Sep 17 00:00:00 2001 From: Angelos Chalaris Date: Sat, 1 Sep 2018 14:42:27 +0300 Subject: [PATCH] Add WebAssembly --- glossary/WebAssembly.md | 4 ++++ 1 file changed, 4 insertions(+) create mode 100644 glossary/WebAssembly.md diff --git a/glossary/WebAssembly.md b/glossary/WebAssembly.md new file mode 100644 index 000000000..6dcfe4a6c --- /dev/null +++ b/glossary/WebAssembly.md @@ -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.