From d6845563e73f6e6eccf3398d5fc38a56ad4dbf67 Mon Sep 17 00:00:00 2001 From: JF Bastien Date: Thu, 11 Jun 2015 17:17:09 +0200 Subject: s/initial release of WebAssembly/WebAssembly MVP/ --- EssentialPostMVPFeatures.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'EssentialPostMVPFeatures.md') 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][]). -- cgit v1.2.3