This repository has been archived on 2023-11-05. You can view files and clone it, but cannot push or open issues or pull requests.
wasm-micro-runtime/core/iwasm/aot
Javan ca67af91bc
Call asc app exported new/pin/unpin APIs to align with its latest compiler (#577)
AssemblyScript's latest compiler 0.18 exports  __new__/__pin__/unpin APIs to allocate/retain/free memory instead of __new/__retain/__release APIs in older version, we lookup functions of both version to make it compatible for both version.
2021-03-18 16:33:02 +08:00
..
arch Fix some relocation type issues in windows (#574) 2021-03-16 16:59:16 +08:00
aot_loader.c Call asc app exported new/pin/unpin APIs to align with its latest compiler (#577) 2021-03-18 16:33:02 +08:00
aot_reloc.h Fix windows aot loader fail to resolve symbol issue (#540) 2021-02-23 20:55:50 +08:00
aot_runtime.c Call asc app exported new/pin/unpin APIs to align with its latest compiler (#577) 2021-03-18 16:33:02 +08:00
aot_runtime.h Fix some relocation type issues in windows (#574) 2021-03-16 16:59:16 +08:00
iwasm_aot.cmake Fix function type not set issue of aot_call_indirect (#229) 2020-04-07 11:04:46 +08:00
SConscript add porting codes of rt-thread (#494) 2021-01-14 11:26:35 +08:00