aboutsummaryrefslogtreecommitdiff
path: root/EssentialPostMVPFeatures.md
diff options
context:
space:
mode:
authorJF Bastien <jfb@chromium.org>2015-06-11 17:17:09 +0200
committerJF Bastien <jfb@chromium.org>2015-06-11 17:17:09 +0200
commitd6845563e73f6e6eccf3398d5fc38a56ad4dbf67 (patch)
treee571ec760e7b773ae52ed3e648003fc2192add43 /EssentialPostMVPFeatures.md
parentb7d0b716fb29d8694303f96e9a48a64c51eb14cc (diff)
downloadnanowasm-design-d6845563e73f6e6eccf3398d5fc38a56ad4dbf67.tar.gz
s/initial release of WebAssembly/WebAssembly MVP/
Diffstat (limited to 'EssentialPostMVPFeatures.md')
-rw-r--r--EssentialPostMVPFeatures.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/EssentialPostMVPFeatures.md b/EssentialPostMVPFeatures.md
index 9204ad9..c2439a9 100644
--- a/EssentialPostMVPFeatures.md
+++ b/EssentialPostMVPFeatures.md
@@ -40,7 +40,7 @@ a builtin SIMD module.
## Zero-cost Exception Handling
-The initial release of WebAssembly will support two no-exception modes for C++:
+The WebAssembly MVP will support two no-exception modes for C++:
* Compiler transforms `throw` to `abort()`.
* Compiler-enforced `-fno-exceptions` mode (note [caveats][]).