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
Marcin Kolny 4cbfeec1f5
Fix scenario where the timeout for atomic wait is set to negative number (#1767)
The code, when received -1, performed -1/1000 operation which rounds to 0,
i.e. no wait (instead of infinite wait)
2022-11-29 18:45:07 +08:00
..
aot Fix missing intrinsics for risc-v which were reported by spec test (#1750) 2022-11-25 09:20:38 +08:00
common Fix scenario where the timeout for atomic wait is set to negative number (#1767) 2022-11-29 18:45:07 +08:00
compilation Remove unused LLVM JIT wapper functions (#1747) 2022-11-25 11:26:08 +08:00
fast-jit Revert "Implement call Fast JIT function from LLVM JIT jitted code" (#1737) 2022-11-22 14:04:48 +08:00
include Create trap for error message when wasm_instance_new fails (#1751) 2022-11-25 17:45:19 +08:00
interpreter Clear some warnings and enable -Werror for NuttX (#1756) 2022-11-28 09:44:33 +08:00
libraries Fix source debugger error handling: continue executing when detached (#1725) 2022-11-28 22:12:46 +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