wasm-micro-runtime/core/iwasm/include
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_export.h enable pthread for AoT && update AOT current version to 2 (#311) 2020-07-16 20:35:04 +08:00
lib_export.h Implement multi-module feature and bulk-memory feature (#271) 2020-06-02 14:53:06 +08:00
wasm_c_api.h Add two apis for wasm function call (#375) 2020-09-08 13:03:35 +08:00
wasm_export.h Add two apis for wasm function call (#375) 2020-09-08 13:03:35 +08:00