wasm-micro-runtime/core
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
..
app-framework Fix return value not checked issue reported by Coverity (#1156) 2022-05-07 19:22:00 +08:00
app-mgr Fix some issues reported by Coverity (#1150) 2022-05-07 16:51:43 +08:00
deps Fix littlevgl link error issues (#1006) 2022-02-15 08:41:36 +08:00
iwasm Support integrate 3rd-party toolchains into wamrc (#1237) 2022-06-20 13:13:41 +08:00
shared Set nuttx isatty definition according to CONFIG_SERIAL_TERMIOS (#1234) 2022-06-20 11:58:48 +08:00
config.h Support emit specified custom sections into AoT file (#1207) 2022-06-10 21:51:13 +08:00