diff options
| author | JF Bastien <jfb@chromium.org> | 2015-06-11 21:02:18 +0200 |
|---|---|---|
| committer | JF Bastien <jfb@chromium.org> | 2015-06-11 21:02:18 +0200 |
| commit | d4b10d2fb103ab377efbba770eafc183db745a64 (patch) | |
| tree | 9de85596ed251c9767d23800dd6245ced44d4353 /EssentialPostMVPFeatures.md | |
| parent | 71f0b245cb57e7027df94707a78d656983a99020 (diff) | |
| download | nanowasm-design-d4b10d2fb103ab377efbba770eafc183db745a64.tar.gz | |
May support, in compilers and polyfill.
Diffstat (limited to 'EssentialPostMVPFeatures.md')
| -rw-r--r-- | EssentialPostMVPFeatures.md | 3 |
1 files changed, 2 insertions, 1 deletions
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. |
