From 83bbf1108534eb8ea8e6fa66122d5cad616b9c38 Mon Sep 17 00:00:00 2001 From: JF Bastien Date: Thu, 11 Jun 2015 17:20:31 +0200 Subject: Be more formal. --- EssentialPostMVPFeatures.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'EssentialPostMVPFeatures.md') diff --git a/EssentialPostMVPFeatures.md b/EssentialPostMVPFeatures.md index c2439a9..2727f92 100644 --- a/EssentialPostMVPFeatures.md +++ b/EssentialPostMVPFeatures.md @@ -46,8 +46,8 @@ The WebAssembly MVP will support two no-exception modes for C++: These modes are very unfortunate for code bases which rely on C++ exception handling, but are perfectly acceptable for C code, or for C++ code which avoids -exceptions. This doesn't prevent developers from using the STL… as long as their -code doesn't encounter exceptional cases! +exceptions. This doesn't prevent developers from using the STL: their code will +function correctly as long as it doesn't encounter exceptional cases. Post-MVP, WebAssembly will gain support for developer access to stack unwinding, inspection, and limited manipulation. These are critical to supporting zero-cost -- cgit v1.2.3