Document the summary of two pthread implementations (#2104)

And add `wasi-threads` to the key feature list in README.md.
This commit is contained in:
YAMAMOTO Takashi
2023-04-04 18:22:54 +09:00
committed by GitHub
parent 6af87855b4
commit e7b988e6ab
3 changed files with 63 additions and 0 deletions

View File

@ -1,5 +1,8 @@
# WAMR pthread library
**Note**: This document describes the old pthread implementation.
See [Pthread implementations](pthread_impls.md).
WAMR provides a built-in library to support pthread APIs. You can call pthread APIs in your application source code.
## Build and run