wasm-micro-runtime/core/iwasm
Xu Jun 53b775aa4b
Support integrate 3rd-party toolchains into wamrc (#1237)
Support integrating 3rd-party toolchain llc compiler or asm compiler
into wamrc by setting environment variable WAMRC_LLC_COMPILER
or WAMRC_ASM_COMPILER, wamrc will use these tools to generate
object file from LLVM IR firstly, and then refactor the object file into
aot file.
2022-06-20 13:13:41 +08:00
..
aot Add arc compiler-rt functions and reloc type for mwdt (#1238) 2022-06-20 09:03:31 +08:00
common Fix some issues reported by klocwork (#1233) 2022-06-16 19:50:47 +08:00
compilation Support integrate 3rd-party toolchains into wamrc (#1237) 2022-06-20 13:13:41 +08:00
include Support emit specified custom sections into AoT file (#1207) 2022-06-10 21:51:13 +08:00
interpreter Fix typo in wasm_mini_loader.c (#1232) 2022-06-16 12:07:32 +08:00
libraries Fix some issues reported by klocwork (#1233) 2022-06-16 19:50:47 +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