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
Wenyong Huang ed32693fc8
Fix calling multi-module import func issue (#748)
Before calling import function of sub module inst in multi-module mode,
we should copy the arguments to output area by using the func inst of
sub module inst but not func inst of current module inst.
2021-09-14 11:28:44 +08:00
..
app-framework Implement XIP feature and enable ARC target support (#694) 2021-08-12 17:44:39 +08:00
app-mgr Implement XIP feature and enable ARC target support (#694) 2021-08-12 17:44:39 +08:00
deps Import SIMD feature and add some workload samples (#438) 2020-11-05 18:15:15 +08:00
iwasm Fix calling multi-module import func issue (#748) 2021-09-14 11:28:44 +08:00
shared Add ia32 support and fix compiling issue for RT-Thread (#730) 2021-09-07 10:20:14 +08:00
config.h Enable lazy Orc JIT feature (#732) 2021-09-07 11:39:57 +08:00