wasm-micro-runtime/core/iwasm
liang.he cd0cec5beb
Check ValueKind before extracting a constant int value (#2595)
Only when the value kind is LLVMConstantIntValueKind and the value
is not undef and not poison can we extract the value of a constant int.

Fixes #2557 and #2559.
2023-09-28 09:15:56 +08:00
..
aot Support muti-module for AOT mode (#2482) 2023-09-28 08:56:11 +08:00
common Support muti-module for AOT mode (#2482) 2023-09-28 08:56:11 +08:00
compilation Check ValueKind before extracting a constant int value (#2595) 2023-09-28 09:15:56 +08:00
doc Add architecture diagram for wasm globals and classic-interp stack frame (#2058) 2023-03-25 09:39:20 +08:00
fast-jit Fix nightly run sanitizer error in Fast JIT (#2601) 2023-09-27 15:41:48 +08:00
include Support muti-module for AOT mode (#2482) 2023-09-28 08:56:11 +08:00
interpreter Support muti-module for AOT mode (#2482) 2023-09-28 08:56:11 +08:00
libraries Add support for closing/renumbering preopen fds (#2578) 2023-09-26 09:31:32 +08:00
README.md Add architecture diagram for wasm globals and classic-interp stack frame (#2058) 2023-03-25 09:39:20 +08:00