wasm-micro-runtime/core/iwasm
Marcin Kolny b115b7baac
Fix compilation of shift opcodes on x86_64 and i386 architectures (#2619)
This change fixes the case where the right parameter of shift
operator is negative, specifically, when both parameters of
shift opcode are constants.
2023-10-07 19:55:14 +08:00
..
aot Enable AOT usage on M1 mac (#2618) 2023-10-07 16:05:10 +08:00
common Improve stack trace dump and fix coding guideline CI (#2599) 2023-09-29 10:52:54 +08:00
compilation Fix compilation of shift opcodes on x86_64 and i386 architectures (#2619) 2023-10-07 19:55:14 +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 Fix label index out-of-range references in op_br_table_cache (#2615) 2023-10-03 10:33:00 +08:00
libraries Add Cosmopolitan Libc Platform (#2598) 2023-10-04 21:55:37 +08:00
README.md Add architecture diagram for wasm globals and classic-interp stack frame (#2058) 2023-03-25 09:39:20 +08:00