Files
30-seconds-of-code/glossary/WebAssembly.md
2019-08-13 11:19:29 +03:00

8 lines
297 B
Markdown

---
title: WebAssembly
tags: 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.