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
TianlongLiang be7a4abee2
Fix source debugger error handling: continue executing when detached (#1725)
Change main thread hangs when encounter debugger encounters error to
main thread exits when debugger encounters error
Change main thread blocks when debugger detaches to
main thread continues executing when debugger detaches, and main thread
exits normally when finishing executing
2022-11-28 22:12:46 +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 Implement invokeNative asm code for MinGW (#1753) 2022-11-28 17:48:06 +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