wasm-micro-runtime/core/iwasm
Wenyong Huang e161205a27
Fix invalid use of jit_reg_is_const_val in fast-jit (#2718)
`jit_reg_is_const_val` only checks whether the register is a const register and
the const value is stored in the register.
Should use `jit_reg_is_const` instead in the front end.

Reported in #2710.
2023-11-03 14:25:26 +08:00
..
aot Fix several AOT compiler issues (#2697) 2023-11-02 20:36:21 +08:00
common Add tsan for fast interp and aot (#2679) 2023-11-01 18:30:25 +08:00
compilation Fix AOT compiler simd shift opcodes (#2715) 2023-11-03 10:38:53 +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 invalid use of jit_reg_is_const_val in fast-jit (#2718) 2023-11-03 14:25:26 +08:00
include core/iwasm: Support mapped file system access on non-libuv WASI (#2628) 2023-10-27 12:48:10 +08:00
interpreter Fix several AOT compiler issues (#2697) 2023-11-02 20:36:21 +08:00
libraries Fix use getrandom on cosmopolitan libc (#2674) 2023-10-27 14:07:16 +08:00
README.md Add architecture diagram for wasm globals and classic-interp stack frame (#2058) 2023-03-25 09:39:20 +08:00