1
0
Fork 0
mirror of https://github.com/denoland/deno.git synced 2024-11-22 15:06:54 -05:00

docs(webassembly): add a link to mdn documentation (#8903)

This commit is contained in:
Casper Beyer 2020-12-29 05:01:32 +08:00 committed by GitHub
parent 34513c032c
commit 25218a6a2d
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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 -->