1
0
Fork 0
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:
Casper Beyer 2020-06-22 23:27:25 +08:00 committed by GitHub
parent 6b3be01a00
commit d2403caa3b
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

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