wasm-micro-runtime/core/iwasm/aot
Xiaokang Qin 728890103b
Add the Windows COFF format support for AOT (#382)
Add the Windows COFF format support to wamr-compiler and iwasm can
load and excute it on Windows(X64) platform.

Signed-off-by: Wu Zhongmin <vwzm@live.com>
Signed-off-by: Xiaokang Qin <xiaokang.qxk@antgroup.com>

Co-authored-by: Wu Zhongmin <vwzm@live.com>
2020-09-11 18:32:58 +08:00
..
arch Add the Windows COFF format support for AOT (#382) 2020-09-11 18:32:58 +08:00
aot_loader.c Add the Windows COFF format support for AOT (#382) 2020-09-11 18:32:58 +08:00
aot_reloc.h Add wamrc AoT compiler building support for Windows(MSVC) (#332) 2020-08-11 11:30:51 +08:00
aot_runtime.c Change wasm app offset type from int32 to uint32 (#361) 2020-08-26 18:33:29 +08:00
aot_runtime.h Change wasm app offset type from int32 to uint32 (#361) 2020-08-26 18:33:29 +08:00
iwasm_aot.cmake Fix function type not set issue of aot_call_indirect (#229) 2020-04-07 11:04:46 +08:00