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:
@ -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
|
||||
|
||||
Reference in New Issue
Block a user