mirror of
https://github.com/denoland/deno.git
synced 2024-11-26 16:09:27 -05:00
docs(webassembly): add a link to mdn documentation (#8903)
This commit is contained in:
parent
34513c032c
commit
25218a6a2d
1 changed files with 3 additions and 1 deletions
|
@ -1,6 +1,8 @@
|
||||||
## WebAssembly support
|
## 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 -->
|
<!-- dprint-ignore -->
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue