wasm-micro-runtime/core/iwasm
Wenyong Huang 22c235b5ec
Fix multi-module and some other issues (#1435)
Fix multi-module issue:
  don't call the sub module's function with "$sub_module_name$func_name"
Fix the aot_call_function free argv1 issue
Modify some API comments in wasm_export.h
Fix the wamrc help info
2022-08-31 17:38:38 +08:00
..
aot Fix multi-module and some other issues (#1435) 2022-08-31 17:38:38 +08:00
common Fix multi-module and some other issues (#1435) 2022-08-31 17:38:38 +08:00
compilation Fix typo in simd_conversions.c (#1428) 2022-08-29 18:01:19 +08:00
fast-jit Fix fast jit destroy block issue (#1412) 2022-08-24 22:00:16 +08:00
include Fix multi-module and some other issues (#1435) 2022-08-31 17:38:38 +08:00
interpreter Add more fast jit fixed virtual regs (#1409) 2022-08-24 14:05:51 +08:00
libraries debug-engine: Reduce the default MAX_PACKET_SIZE (#1425) 2022-08-30 17:00:32 +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