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
Wenyong Huang 388530c738
Modify os_cond_reltimedwait to support long time wait (#461)
Modify the argument of os_cond_reltimedwait to uint64 type to support long time wait, and handle possible integer overflow.
2020-12-07 17:37:53 +08:00
..
aot Support AssemblyScript's new/retain/release APIs (#460) 2020-12-07 16:37:49 +08:00
common Fix wasi ctx memory free issue when app heap is corrupted (#455) 2020-11-30 17:00:53 +08:00
compilation Support AssemblyScript's new/retain/release APIs (#460) 2020-12-07 16:37:49 +08:00
include Fix some compilation warnings and add esp-idf platform for experiment (#454) 2020-11-30 16:03:51 +08:00
interpreter Support AssemblyScript's new/retain/release APIs (#460) 2020-12-07 16:37:49 +08:00
libraries Modify os_cond_reltimedwait to support long time wait (#461) 2020-12-07 17:37:53 +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