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
Xu Jun
a84d51271c
Support AssemblyScript's new/retain/release APIs ( #460 )
2020-12-07 16:37:49 +08:00
wenyongh
752826a667
Implement multi-module feature and bulk-memory feature ( #271 )
...
Refine wasm loader and aot loader
Fix potential issue of os_mmap/os_munmap
Update document
2020-06-02 14:53:06 +08:00
Xu Jun
31feaa0a88
change printf to puts in assemblyscript to match the signature ( #215 )
...
Co-authored-by: Xu Jun <jun1.xu@intel.com>
2020-03-27 16:51:15 +08:00
Xu Jun
8ae161b779
fix vprintf in android platform, avoid importing abort in assemblyscript ( #210 )
2020-03-23 22:30:28 +08:00
Xu Jun
5a10651dd0
support app framework base library in assemblyscript ( #164 )
2020-02-13 15:51:22 +08:00