wasm-micro-runtime/core/iwasm
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
..
aot Apply aot intrinsics to riscv 2021-09-09 07:59:12 +00:00
common Allocate correct space for results before native callback is run (#747) 2021-09-13 09:55:05 +08:00
compilation Apply aot intrinsics to riscv 2021-09-09 07:59:12 +00:00
include Implement XIP feature and enable ARC target support (#694) 2021-08-12 17:44:39 +08:00
interpreter Fix calling multi-module import func issue (#748) 2021-09-14 11:28:44 +08:00
libraries Fix a build on alpine, whose libc is musl (#726) 2021-09-07 10:03:54 +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