From 149ce422f3f4c7bcdec9bba9d489d9b28cb726ce Mon Sep 17 00:00:00 2001 From: Joseph Richey Date: Wed, 15 Nov 2017 08:49:08 -0800 Subject: Remove references to streaming compilation (#1156) PR #1065 removed the referenced documenation on streaming compilation. This commit just removes the reference and surrounding paragraph. --- JS.md | 5 ----- 1 file changed, 5 deletions(-) (limited to 'JS.md') 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 -- cgit v1.2.3