Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/nodejs/node.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAntoine du Hamel <duhamelantoine1995@gmail.com>2020-09-17 19:53:37 +0300
committerRich Trott <rtrott@gmail.com>2020-09-22 20:25:43 +0300
commit7794d36a372b7cb448f5a637765a8fe2e1431d95 (patch)
tree9f5c37e9e8e00cace11b92e1c0b842aa5feceac7 /doc/api/wasi.md
parent0b8fdb70acc2fbd47c2c89755585e042baf9588a (diff)
tools,doc: enforce alphabetical order for md refs
PR-URL: https://github.com/nodejs/node/pull/35244 Reviewed-By: Rich Trott <rtrott@gmail.com> Reviewed-By: Shelley Vohr <codebytere@gmail.com>
Diffstat (limited to 'doc/api/wasi.md')
-rw-r--r--doc/api/wasi.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/api/wasi.md b/doc/api/wasi.md
index 85a75bd104f..66971aa0631 100644
--- a/doc/api/wasi.md
+++ b/doc/api/wasi.md
@@ -162,6 +162,6 @@ added:
should be passed as the `wasi_snapshot_preview1` import during the instantiation
of a [`WebAssembly.Instance`][].
+[WebAssembly System Interface]: https://wasi.dev/
[`WebAssembly.Instance`]: https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/WebAssembly/Instance
[`WebAssembly.Memory`]: https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/WebAssembly/Memory
-[WebAssembly System Interface]: https://wasi.dev/