aboutsummaryrefslogtreecommitdiff
path: root/JS.md
diff options
context:
space:
mode:
authorJoseph Richey <joerichey@google.com>2017-11-15 08:49:08 -0800
committerJF Bastien <github@jfbastien.com>2017-11-15 09:49:08 -0700
commit149ce422f3f4c7bcdec9bba9d489d9b28cb726ce (patch)
treeb85bb8da93db10b2a27f4fdc1fe922fa63bfcc12 /JS.md
parente2be77eaac770268a4c22fb09c6f648de7b9b6b8 (diff)
downloadnanowasm-design-149ce422f3f4c7bcdec9bba9d489d9b28cb726ce.tar.gz
Remove references to streaming compilation (#1156)
PR #1065 removed the referenced documenation on streaming compilation. This commit just removes the reference and surrounding paragraph.
Diffstat (limited to 'JS.md')
-rw-r--r--JS.md5
1 files changed, 0 insertions, 5 deletions
diff --git a/JS.md b/JS.md
index 7d86289..6d68764 100644
--- a/JS.md
+++ b/JS.md
@@ -106,10 +106,6 @@ The asynchronous compilation is logically performed on a copy of the state of
the given `BufferSource` captured during the call to `compile`; subsequent mutations
of the `BufferSource` after `compile` return do not affect ongoing compilations.
-In the [future :unicorn:][future streaming], this function can be
-extended to accept a [stream](https://streams.spec.whatwg.org), thereby enabling
-asynchronous, background, streaming compilation.
-
#### `WebAssembly.instantiate`
The `instantiate` function is overloaded based on types of its arguments.
@@ -838,5 +834,4 @@ fetch('demo.wasm').then(response =>
```
[future general]: FutureFeatures.md
-[future streaming]: FutureFeatures.md#streaming-compilation
[future types]: FutureFeatures.md#more-table-operators-and-types