wasm-micro-runtime/core/iwasm
Wenyong Huang b0d5b8df1d
Fix issues of build/run with llvm-17 (#2853)
- Fix compilation error of using PGOOptions
- Fix LLVM JIT run error due to `llvm_orc_registerEHFrameSectionWrapper`
  symbol not found
2023-12-04 16:40:54 +08:00
..
aot Enable spectest on riscv64 (#2843) 2023-12-04 14:22:47 +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 Fix issues of build/run with llvm-17 (#2853) 2023-12-04 16:40:54 +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 core/iwasm/interpreter/wasm_loader.c: remove an extra validation (#2845) 2023-12-01 18:29:15 +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