File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff 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
You can’t perform that action at this time.
0 commit comments