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
path: root/doc
diff options
context:
space:
mode:
authorTobias Nießen <tniessen@tnie.de>2022-04-25 14:38:52 +0300
committerMichaël Zasso <targos@protonmail.com>2022-04-28 07:57:24 +0300
commit9b61ac2617d2c8a8a52eac0191d15706d9974ddc (patch)
tree70c820fd65ef35be1bcf6bc966c4d33d330a9dd8 /doc
parent1b5856a2a96ec7358fbd0f493c61727939480812 (diff)
doc: update WebAssembly strategy with Wasm Web API
Refs: https://github.com/nodejs/node/pull/42660 Refs: https://github.com/nodejs/node/pull/42701 PR-URL: https://github.com/nodejs/node/pull/42836 Reviewed-By: Colin Ihrig <cjihrig@gmail.com> Reviewed-By: Akhil Marsonya <akhil.marsonya27@gmail.com> Reviewed-By: Luigi Pinca <luigipinca@gmail.com> Reviewed-By: Zeyu Yang <himself65@outlook.com> Reviewed-By: Jiawen Geng <technicalcute@gmail.com> Reviewed-By: Darshan Sen <raisinten@gmail.com>
Diffstat (limited to 'doc')
-rw-r--r--doc/contributing/maintaining-web-assembly.md6
1 files changed, 3 insertions, 3 deletions
diff --git a/doc/contributing/maintaining-web-assembly.md b/doc/contributing/maintaining-web-assembly.md
index 9d8d8626ba9..037d296232d 100644
--- a/doc/contributing/maintaining-web-assembly.md
+++ b/doc/contributing/maintaining-web-assembly.md
@@ -35,9 +35,9 @@ APIs as important:
* WebAssembly System Interface (WASI). This provides the ability for
WebAssembly to interact with the outside world. Node.js currently
has an implementation (see below for more details).
-* WebAssembly streaming APIs - As the Node.js implementation of
- [WebStreams](https://nodejs.org/api/webstreams.html) matures,
- implementing the embedder APIs to enable streaming with WebAssembly
+* [WebAssembly Web API](https://www.w3.org/TR/wasm-web-api-1/). Node.js
+ currently has an implementation of streaming module compilation and
+ instantiation. As this and other specifications evolve, keeping up with them
will be important.
* [WebAssembly Component Model](https://github.com/WebAssembly/component-model/).
This API is still in the definition stage but the project should