diff options
Diffstat (limited to 'EssentialPostMVPFeatures.md')
| -rw-r--r-- | EssentialPostMVPFeatures.md | 4 |
1 files changed, 2 insertions, 2 deletions
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 |
