You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
WASI doesn't currently support threads. You can build wasi-libc with THREAD_MODEL=posix, which will get you pthread.h, but you won't get something with working threading because we don't have any APIs yet for creating threads.
If you are interesting in pushing for threading APIs when the main WASI repository is probably the best place to do that.
How to include the libc-top-half in the build process and get it in sys_root?
The text was updated successfully, but these errors were encountered: