File tree 1 file changed +7
-3
lines changed
1 file changed +7
-3
lines changed Original file line number Diff line number Diff line change @@ -198,12 +198,16 @@ disabled in a configure step before building with WASI SDK.
198
198
## Notable Limitations
199
199
200
200
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.
204
204
205
205
[ exception handling ] : https://github.com/WebAssembly/exception-handling/
206
206
207
+ See [ C setjmp/longjmp support] about setjmp/longjmp support.
208
+
209
+ [ C setjmp/longjmp support ] : SetjmpLongjmp.md
210
+
207
211
This repository experimentally supports __ threads__ with
208
212
` --target=wasm32-wasi-threads ` . It uses WebAssembly's [ threads] primitives
209
213
(atomics, ` wait ` /` notify ` , shared memory) and [ wasi-threads] for spawning
You can’t perform that action at this time.
0 commit comments