wasm-micro-runtime/core/iwasm
Wenyong Huang 16e6f41b3a
Fix wamr compiler issues and refine some error messages (#470)
Fix potential memory leak issue when using llvm::EngineBuilder().selectTarget()
Fix issue of accessing aot_value's fields after it is freed
Fix JIT not print failed to link import warning
Change some error messages: 'fail to' to 'failed to'
Update error message when SIMD isn't enabled
Fix install littlevgl wasm app of wasi version failed

Signed-off-by: Wenyong Huang <wenyong.huang@intel.com>
2020-12-15 13:05:39 +08:00
..
aot Fix wamr compiler issues and refine some error messages (#470) 2020-12-15 13:05:39 +08:00
common Fix wasi ctx memory free issue when app heap is corrupted (#455) 2020-11-30 17:00:53 +08:00
compilation Fix wamr compiler issues and refine some error messages (#470) 2020-12-15 13:05:39 +08:00
include Fix some compilation warnings and add esp-idf platform for experiment (#454) 2020-11-30 16:03:51 +08:00
interpreter Fix wamr compiler issues and refine some error messages (#470) 2020-12-15 13:05:39 +08:00
libraries Modify os_cond_reltimedwait to support long time wait (#461) 2020-12-07 17:37:53 +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