wasm-micro-runtime/core/iwasm
YAMAMOTO Takashi 03f2153270
wasm_runtime_common.c: add assertion for BH_MALLOC/BH_FREE (#1139)
Add assertion for BH_MALLOC/BH_FREE in wasm_runtime_common.c,
when building runtime, the BH_MALLOC/BH_FREE macros should be
defined as wasm_runtime_malloc/wasm_runtime_free.
2022-05-06 13:47:56 +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 Fix wamrc build error with llvm-14 (#1140) 2022-05-03 09:12:03 +08:00
include Fix wasm_runtime_load argument type invalid issue (#1059) 2022-03-24 10:08:49 +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