wasm-micro-runtime/core/iwasm
YAMAMOTO Takashi b36931a589
aot_loader.c: Fix issues in "Refine interp/aot string storage" (#1102)
Fix issues in PR "Refine interp/aot string storage and emitting (#820)",
which had a few issues:
- It looks a wrong byte to mark the flag
- It doesn't work for long strings (>= 0x80 in case of little endian)

This commit fixes them by maintaining a list of loaded symbols while loading
relocation section to avoid reading a string repeatedly, and no need to mark
the flag again.
2022-04-19 15:44:30 +08:00
..
aot aot_loader.c: Fix issues in "Refine interp/aot string storage" (#1102) 2022-04-19 15:44:30 +08:00
common Add more input checks for some wasm-c-api functions (#1090) 2022-04-18 19:55:31 +08:00
compilation Refine codes and fix several issues (#1094) 2022-04-18 17:33:30 +08:00
include Fix wasm_runtime_load argument type invalid issue (#1059) 2022-03-24 10:08:49 +08:00
interpreter Refine codes and fix several issues (#1094) 2022-04-18 17:33:30 +08:00
libraries Refine codes and fix several issues (#1094) 2022-04-18 17:33:30 +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