This repository has been archived on 2023-11-05. You can view files and clone it, but cannot push or open issues or pull requests.
wasm-micro-runtime/core/iwasm/libraries
YAMAMOTO Takashi e80715f352
lib-pthread: Fix pthread_create callback arg issue (#701)
The last argument arg of pthread_create passed from wasm app is opaque
for the library and host, it should be returned back to the wasm app without
any interpretation. There is no point to translate it to a native address.
Actually it harms because the validation seems broken.
2021-08-19 18:21:56 +08:00
..
lib-pthread lib-pthread: Fix pthread_create callback arg issue (#701) 2021-08-19 18:21:56 +08:00
libc-builtin Implement clock() wrapper for built-in libc (#691) 2021-08-07 21:21:25 +08:00
libc-emcc Update sample workload's scripts to align with latest emcc (#609) 2021-04-13 13:42:08 +08:00
libc-uvwasi Enable to use BH_VPRINTF macro to redirect stdout output (#560) 2021-03-06 22:29:58 +08:00
libc-wasi Enable Android libc wasi support. (#590) 2021-03-24 15:53:55 +08:00
thread-mgr Enable multi-thread for tensorflow sample, update wasm-c-api document (#651) 2021-06-14 08:58:32 +08:00