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
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
..
aot Implement XIP feature and enable ARC target support (#694) 2021-08-12 17:44:39 +08:00
common Make sp 8 byte aligned in invokeNative on ARM (#697) 2021-08-18 10:21:38 +08:00
compilation Implement XIP feature and enable ARC target support (#694) 2021-08-12 17:44:39 +08:00
include Implement XIP feature and enable ARC target support (#694) 2021-08-12 17:44:39 +08:00
interpreter Implement wasm_runtime_init_thread_env for Windows platform (#683) 2021-08-03 10:49:50 +08:00
libraries lib-pthread: Fix pthread_create callback arg issue (#701) 2021-08-19 18:21:56 +08:00
README.md Enable AoT and wamr-sdk, and change arguments of call wasm API (#157) 2020-01-21 13:26:14 +08:00