mirror of
https://github.com/denoland/deno.git
synced 2024-11-22 15:06:54 -05:00
doc: WASM -> WebAssembly (#6426)
This commit is contained in:
parent
6b3be01a00
commit
d2403caa3b
1 changed files with 2 additions and 2 deletions
|
@ -1,6 +1,6 @@
|
|||
## WASM support
|
||||
## WebAssembly support
|
||||
|
||||
Deno can execute [wasm](https://webassembly.org/) binaries.
|
||||
Deno can execute [WebAssembly](https://webassembly.org/) binaries.
|
||||
|
||||
<!-- prettier-ignore-start -->
|
||||
```js
|
||||
|
|
Loading…
Reference in a new issue