From 6cdc38bc079dad320c16c96d570d0fa1b13c97b7 Mon Sep 17 00:00:00 2001 From: Brad Nelson Date: Mon, 22 May 2017 16:52:12 -0700 Subject: Fix missed replace in API name change. (#1072) --- Web.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'Web.md') diff --git a/Web.md b/Web.md index 45bcd41..f0f5aa8 100644 --- a/Web.md +++ b/Web.md @@ -27,7 +27,7 @@ Non-web embeddings are not required to support these additional methods. ### Additional Web Embedding API -#### `WebAssembly.compile` +#### `WebAssembly.compileStreaming` :cyclone: Added for milestone 2, developers must feature detect. @@ -70,7 +70,7 @@ MIME type mismatch or `opaque` response types [reject](http://tc39.github.io/ecma262/#sec-rejectpromise) the Promise with a `TypeError`. -#### `WebAssembly.instantiate` +#### `WebAssembly.instantiateStreaming` :cyclone: Added for milestone 2, developers must feature detect. -- cgit v1.2.3