wasm-micro-runtime/core/iwasm
Wenyong Huang 9d7931e1d2
Fix several typo/warning/unused-code issues (#2655)
- Fix typo in wamr-test-suites script
- Fix compilation warnings in libc-wasi posix.c
- Remove unused code fast-jit jit_frontend.c
- Remove duplicated exception print in `iwasm -f <function>`
- Fix return value in void function wasm_runtime_set_wasi_ctx
2023-10-24 09:19:45 +08:00
..
aot CI: Enable testing AOT multi-module feature (#2621) 2023-10-08 08:36:49 +08:00
common Fix several typo/warning/unused-code issues (#2655) 2023-10-24 09:19:45 +08:00
compilation Fix AOT shift operations for indirect constants (#2627) 2023-10-11 11:22:34 +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 several typo/warning/unused-code issues (#2655) 2023-10-24 09:19:45 +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 Fix several typo/warning/unused-code issues (#2655) 2023-10-24 09:19:45 +08:00
README.md Add architecture diagram for wasm globals and classic-interp stack frame (#2058) 2023-03-25 09:39:20 +08:00