File tree Expand file tree Collapse file tree 1 file changed +0
-5
lines changed Expand file tree Collapse file tree 1 file changed +0
-5
lines changed Original file line number Diff line number Diff line change @@ -106,10 +106,6 @@ The asynchronous compilation is logically performed on a copy of the state of
106
106
the given ` BufferSource ` captured during the call to ` compile ` ; subsequent mutations
107
107
of the ` BufferSource ` after ` compile ` return do not affect ongoing compilations.
108
108
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
-
113
109
#### ` WebAssembly.instantiate `
114
110
115
111
The ` instantiate ` function is overloaded based on types of its arguments.
@@ -838,5 +834,4 @@ fetch('demo.wasm').then(response =>
838
834
```
839
835
840
836
[ future general ] : FutureFeatures.md
841
- [ future streaming ] : FutureFeatures.md#streaming-compilation
842
837
[ future types ] : FutureFeatures.md#more-table-operators-and-types
You can’t perform that action at this time.
0 commit comments