Skip to content

Commit aa7834d

Browse files
committed
README.md: mention SetjmpLongjmp.md
1 parent 9515fa6 commit aa7834d

File tree

1 file changed

+7
-3
lines changed

1 file changed

+7
-3
lines changed

README.md

+7-3
Original file line numberDiff line numberDiff line change
@@ -198,12 +198,16 @@ disabled in a configure step before building with WASI SDK.
198198
## Notable Limitations
199199

200200
This repository does not yet support __C++ exceptions__. C++ code is supported
201-
only with -fno-exceptions for now. Similarly, there is not yet support for
202-
setjmp/longjmp. Work on support for [exception handling] is underway at the
203-
language level which will support both of these features.
201+
only with -fno-exceptions for now.
202+
Work on support for [exception handling] is underway at the
203+
language level which will support the features.
204204

205205
[exception handling]: https://github.com/WebAssembly/exception-handling/
206206

207+
See [C setjmp/longjmp support] about setjmp/longjmp support.
208+
209+
[C setjmp/longjmp support]: SetjmpLongjmp.md
210+
207211
This repository experimentally supports __threads__ with
208212
`--target=wasm32-wasi-threads`. It uses WebAssembly's [threads] primitives
209213
(atomics, `wait`/`notify`, shared memory) and [wasi-threads] for spawning

0 commit comments

Comments
 (0)