Skip to content

Commit 149ce42

Browse files
josephlrjfbastien
authored andcommitted
Remove references to streaming compilation (#1156)
PR #1065 removed the referenced documenation on streaming compilation. This commit just removes the reference and surrounding paragraph.
1 parent e2be77e commit 149ce42

File tree

1 file changed

+0
-5
lines changed

1 file changed

+0
-5
lines changed

JS.md

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -106,10 +106,6 @@ The asynchronous compilation is logically performed on a copy of the state of
106106
the given `BufferSource` captured during the call to `compile`; subsequent mutations
107107
of the `BufferSource` after `compile` return do not affect ongoing compilations.
108108

109-
In the [future :unicorn:][future streaming], this function can be
110-
extended to accept a [stream](https://streams.spec.whatwg.org), thereby enabling
111-
asynchronous, background, streaming compilation.
112-
113109
#### `WebAssembly.instantiate`
114110

115111
The `instantiate` function is overloaded based on types of its arguments.
@@ -838,5 +834,4 @@ fetch('demo.wasm').then(response =>
838834
```
839835

840836
[future general]: FutureFeatures.md
841-
[future streaming]: FutureFeatures.md#streaming-compilation
842837
[future types]: FutureFeatures.md#more-table-operators-and-types

0 commit comments

Comments
 (0)