summaryrefslogtreecommitdiff
path: root/docs/getting_started
diff options
context:
space:
mode:
authorCasper Beyer <caspervonb@pm.me>2020-12-29 05:01:32 +0800
committerGitHub <noreply@github.com>2020-12-28 22:01:32 +0100
commit25218a6a2d335a30a50f830cf03e5c9f2a9456cb (patch)
treedf8f2667db727e9d7db9fc772447bc3c12c049f1 /docs/getting_started
parent34513c032cb96dd9f80647d5d19db5ba55cfdb0b (diff)
docs(webassembly): add a link to mdn documentation (#8903)
Diffstat (limited to 'docs/getting_started')
-rw-r--r--docs/getting_started/webassembly.md4
1 files changed, 3 insertions, 1 deletions
diff --git a/docs/getting_started/webassembly.md b/docs/getting_started/webassembly.md
index c1f734fb6..a960b6614 100644
--- a/docs/getting_started/webassembly.md
+++ b/docs/getting_started/webassembly.md
@@ -1,6 +1,8 @@
## WebAssembly support
-Deno can execute [WebAssembly](https://webassembly.org/) binaries.
+Deno can execute [WebAssembly](https://webassembly.org/) modules with the same
+interfaces that
+[browsers provide](https://developer.mozilla.org/en-US/docs/WebAssembly).
<!-- dprint-ignore -->