wasm-micro-runtime/core/iwasm
TianlongLiang 3d0342fbc8
Fix fast-jit accessing shared memory's fields issue (#2841)
For shared memory, runtime should get the memories pointer from
module_inst first, then get memory instance from memories array,
and then get the fields of the memory instance.
2023-12-01 17:41:24 +08:00
..
aot Fix Zifencei extension issue in RISC-V (#2807) 2023-11-23 10:23:33 +08:00
common Use wasm_config_t to pass private configuration to wasm_engine_new (#2837) 2023-12-01 12:34:11 +08:00
compilation Generate jitdump to support linux perf for LLVM JIT (#2788) 2023-11-27 15:42:00 +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 fast-jit accessing shared memory's fields issue (#2841) 2023-12-01 17:41:24 +08:00
include Use wasm_config_t to pass private configuration to wasm_engine_new (#2837) 2023-12-01 12:34:11 +08:00
interpreter Output warning and quit if import/export name contains '\00' (#2806) 2023-12-01 11:14:13 +08:00
libraries Return error when shutdown() fails (#2801) 2023-11-24 21:03:59 +08:00
README.md Add architecture diagram for wasm globals and classic-interp stack frame (#2058) 2023-03-25 09:39:20 +08:00