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
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
..
app-framework Implement XIP feature and enable ARC target support (#694) 2021-08-12 17:44:39 +08:00
app-mgr Implement XIP feature and enable ARC target support (#694) 2021-08-12 17:44:39 +08:00
deps Import SIMD feature and add some workload samples (#438) 2020-11-05 18:15:15 +08:00
iwasm lib-pthread: Fix pthread_create callback arg issue (#701) 2021-08-19 18:21:56 +08:00
shared Implement XIP feature and enable ARC target support (#694) 2021-08-12 17:44:39 +08:00
config.h Implement XIP feature and enable ARC target support (#694) 2021-08-12 17:44:39 +08:00