YAMAMOTO Takashi and GitHub
79f163d08b
Appease some UBSan complaints ( #720 )
2021-09-04 10:09:30 +08:00
YAMAMOTO Takashi and GitHub
ee24d78483
Fix Debug build error with clang-11 on linux ( #714 )
...
Remove bound-strict flag from -fno-sanitize list in Linux Debug build with clang as clang-11 doesn't have bounds-strict
2021-09-01 18:36:27 +08:00
YAMAMOTO Takashi and GitHub
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
YAMAMOTO Takashi and GitHub
ef14ace027
small doc fixes ( #700 )
...
doc/embed_wamr.md: WASMModuleInstanceCommon -> wasm_module_inst_t
wamr-sdk/README.md: fix a link
2021-08-19 14:44:14 +08:00
YAMAMOTO Takashi and GitHub
15dd651539
Fix os_cond_timedwait and other issues for NuttX sim/macOS ( #562 )
2021-05-31 09:56:47 +08:00
YAMAMOTO Takashi and GitHub
2dd3875fd9
nuttx: Fix build for sim on macOS ( #423 )
2020-10-13 14:14:55 +08:00
YAMAMOTO Takashi and GitHub
f7903caa65
wasm_loader_ctx_init: Don't use false as a pointer ( #422 )
2020-10-13 14:13:30 +08:00