wasm-micro-runtime/core/iwasm
Wenyong Huang fff0e2ad1c
Fix nightly run sanitizer error in Fast JIT (#2601)
Suppress a sanitizer integer overflow error in signed integer add operation
in Fast JIT.
2023-09-27 15:41:48 +08:00
..
aot Implement module instance context APIs (#2436) 2023-09-07 14:54:11 +08:00
common Implement async termination of blocking thread (#2516) 2023-09-20 18:11:52 +08:00
compilation Support AOT compiler with LLVM 17 (#2567) 2023-09-25 19:00:46 +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 Implement async termination of blocking thread (#2516) 2023-09-20 18:11:52 +08:00
interpreter Fix loader push_pop_frame_ref_offset (#2590) 2023-09-26 10:17:54 +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