Mention that setjmp/longjmp are not yet supported.

pull/61/head
Dan Gohman 5 years ago
parent e48c803037
commit 87b7a01947

@ -35,8 +35,10 @@ in the install directory.
## Notable Limitations ## Notable Limitations
This repository does not yet support C++ exceptions. C++ code is This repository does not yet support C++ exceptions. C++ code is
supported only with -fno-exceptions for now. Work on support for supported only with -fno-exceptions for now. Similarly, there is not
[exception handling] is underway at the language level. yet support for setjmp/longjmp. Work on support for [exception handling]
s underway at the language level which will support both of these
features.
[exception handling]: https://github.com/WebAssembly/exception-handling/ [exception handling]: https://github.com/WebAssembly/exception-handling/

Loading…
Cancel
Save