aboutsummaryrefslogtreecommitdiff
path: root/Web.md
diff options
context:
space:
mode:
authorBrad Nelson <flagxor@gmail.com>2017-05-22 16:52:12 -0700
committerJF Bastien <github@jfbastien.com>2017-05-22 16:52:12 -0700
commit6cdc38bc079dad320c16c96d570d0fa1b13c97b7 (patch)
tree3c475134c7cf6460e8d9383e2ef84eba7e14de51 /Web.md
parentd1bd4a40119498feaee8ddb748207ab3f90ce702 (diff)
downloadnanowasm-design-6cdc38bc079dad320c16c96d570d0fa1b13c97b7.tar.gz
Fix missed replace in API name change. (#1072)
Diffstat (limited to 'Web.md')
-rw-r--r--Web.md4
1 files changed, 2 insertions, 2 deletions
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.