wasm-micro-runtime/core/iwasm
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
..
aot Call asc app exported new/pin/unpin APIs to align with its latest compiler (#577) 2021-03-18 16:33:02 +08:00
common Fix some relocation type issues in windows (#574) 2021-03-16 16:59:16 +08:00
compilation Fix some relocation type issues in windows (#574) 2021-03-16 16:59:16 +08:00
include Remove heap size check when creating wasi ctx (#565) 2021-03-10 16:25:07 +08:00
interpreter Call asc app exported new/pin/unpin APIs to align with its latest compiler (#577) 2021-03-18 16:33:02 +08:00
libraries Enable to use BH_VPRINTF macro to redirect stdout output (#560) 2021-03-06 22:29:58 +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