Skip to content

Commit 9b61ac2

Browse files
tniessentargos
authored andcommitted
doc: update WebAssembly strategy with Wasm Web API
Refs: #42660 Refs: #42701 PR-URL: #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>
1 parent 1b5856a commit 9b61ac2

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

doc/contributing/maintaining-web-assembly.md

+3-3
Original file line numberDiff line numberDiff line change
@@ -35,9 +35,9 @@ APIs as important:
3535
* WebAssembly System Interface (WASI). This provides the ability for
3636
WebAssembly to interact with the outside world. Node.js currently
3737
has an implementation (see below for more details).
38-
* WebAssembly streaming APIs - As the Node.js implementation of
39-
[WebStreams](https://nodejs.org/api/webstreams.html) matures,
40-
implementing the embedder APIs to enable streaming with WebAssembly
38+
* [WebAssembly Web API](https://www.w3.org/TR/wasm-web-api-1/). Node.js
39+
currently has an implementation of streaming module compilation and
40+
instantiation. As this and other specifications evolve, keeping up with them
4141
will be important.
4242
* [WebAssembly Component Model](https://github.com/WebAssembly/component-model/).
4343
This API is still in the definition stage but the project should

0 commit comments

Comments
 (0)