Skip to content
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.

Commit 5331e50

Browse files
tniessendanielleadams
authored andcommittedJun 27, 2022
doc: update WebAssembly strategy with Wasm Web API
Refs: #42660 Refs: #42701 PR-URL: #42836 Reviewed-By: Colin Ihrig <[email protected]> Reviewed-By: Akhil Marsonya <[email protected]> Reviewed-By: Luigi Pinca <[email protected]> Reviewed-By: Zeyu Yang <[email protected]> Reviewed-By: Jiawen Geng <[email protected]> Reviewed-By: Darshan Sen <[email protected]>
1 parent 3d36622 commit 5331e50

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)
Please sign in to comment.