wasm-micro-runtime/core/iwasm
liang.he 1c5034bdfa
Fix a bug of the return value of memory_instantiate (#1616)
Since `memory` is not NULL, memory_instantiate will return non-null
value when failed.
2022-10-19 07:23:03 +08:00
..
aot Implement R_ARM_THM_MOVT_[ABS|REPL] for thumb (#1615) 2022-10-19 06:08:51 +08:00
common Refactor interpreter/AOT module instance layout (#1559) 2022-10-18 10:59:28 +08:00
compilation Refactor LLVM JIT (#1613) 2022-10-18 20:17:34 +08:00
fast-jit Refactor interpreter/AOT module instance layout (#1559) 2022-10-18 10:59:28 +08:00
include Refactor interpreter/AOT module instance layout (#1559) 2022-10-18 10:59:28 +08:00
interpreter Fix a bug of the return value of memory_instantiate (#1616) 2022-10-19 07:23:03 +08:00
libraries Refactor interpreter/AOT module instance layout (#1559) 2022-10-18 10:59:28 +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