From d4b10d2fb103ab377efbba770eafc183db745a64 Mon Sep 17 00:00:00 2001 From: JF Bastien Date: Thu, 11 Jun 2015 21:02:18 +0200 Subject: May support, in compilers and polyfill. --- EssentialPostMVPFeatures.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'EssentialPostMVPFeatures.md') diff --git a/EssentialPostMVPFeatures.md b/EssentialPostMVPFeatures.md index a504233..08010e9 100644 --- a/EssentialPostMVPFeatures.md +++ b/EssentialPostMVPFeatures.md @@ -40,7 +40,8 @@ a builtin SIMD module. ## Zero-cost Exception Handling -The WebAssembly MVP will support three no-exception modes for C++: +The WebAssembly MVP (compilers and polyfills) may support four no-exception +modes for C++: * Compiler transforms `throw` to `abort()`. * Compiler-enforced `-fno-exceptions` mode (note [caveats][]). * Compiler conversion of exceptions to branching at all callsites. -- cgit v1.2.3