wasm-micro-runtime/core/iwasm
YAMAMOTO Takashi 8db6f5978b
aot_emit_aot_file.c: Convert switch lookup table relocation (#1149)
Fix the symbol resolving failure with recent version of wamrc:
```
AOT module load failed: resolve symbol .Lswitch.table.aot _func#82.2 failed
```
Replace the relocations for such symbols with .rodata section.
2022-05-07 08:41:53 +08:00
..
aot core/iwasm/aot/aot_loader.c: Fix a zero-sized malloc warning (#1108) 2022-04-20 18:27:13 +08:00
common wasm_runtime_common.c: add assertion for BH_MALLOC/BH_FREE (#1139) 2022-05-06 13:47:56 +08:00
compilation aot_emit_aot_file.c: Convert switch lookup table relocation (#1149) 2022-05-07 08:41:53 +08:00
include wasm_export.h: Add a few comments about heap and threads (#1147) 2022-05-06 18:30:48 +08:00
interpreter Fix allocate zero size memory warning (#1143) 2022-05-05 12:43:00 +08:00
libraries Fix wamrc build error with llvm-14 (#1140) 2022-05-03 09:12:03 +08:00
README.md Enable AoT and wamr-sdk, and change arguments of call wasm API (#157) 2020-01-21 13:26:14 +08:00