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
Xiaokang Qin 5418e09712
Add two apis for wasm function call (#375)
Add below two apis:

bool wasm_runtime_call_wasm_a(WASMExecEnv *exec_env,
                                                      WASMFunctionInstanceCommon *function,
                                                      uint32 num_results, wasm_val_t results[],
                                                      uint32 num_args, wasm_val_t args[])

bool wasm_runtime_call_wasm_v(WASMExecEnv *exec_env,
                                                      WASMFunctionInstanceCommon *function,
                                                      uint32 num_results, wasm_val_t results[],
                                                      uint32 num_args, ...)

Signed-off-by: Xiaokang Qin <xiaokang.qxk@antgroup.com>
2020-09-08 13:03:35 +08:00
..
aot Change wasm app offset type from int32 to uint32 (#361) 2020-08-26 18:33:29 +08:00
common Add two apis for wasm function call (#375) 2020-09-08 13:03:35 +08:00
compilation Fix app heap migrate issue and aot compilation warning (#368) 2020-09-03 11:16:38 +08:00
include Add two apis for wasm function call (#375) 2020-09-08 13:03:35 +08:00
interpreter fix problem in wasm_module_malloc (#374) 2020-09-07 17:32:00 +08:00
libraries Change wasm app offset type from int32 to uint32 (#361) 2020-08-26 18:33:29 +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